X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FRecord%2FMain.pm;fp=lib%2FZOOM%2FIRSpy%2FTest%2FRecord%2FMain.pm;h=67bd259a250be6648e43a6669ceae5ce9212f7a4;hp=0000000000000000000000000000000000000000;hb=31a606fa33c4f62083ece8216276b5d1cf5ea94f;hpb=7c734b45d30daa8dfff8ec1c4b1e22e0eb7bf243 diff --git a/lib/ZOOM/IRSpy/Test/Record/Main.pm b/lib/ZOOM/IRSpy/Test/Record/Main.pm new file mode 100644 index 0000000..67bd259 --- /dev/null +++ b/lib/ZOOM/IRSpy/Test/Record/Main.pm @@ -0,0 +1,56 @@ +# $Id: Main.pm,v 1.1 2006-10-23 13:54:52 sondberg Exp $ + +package ZOOM::IRSpy::Test::Record::Main; + +use 5.008; +use strict; +use warnings; + +use ZOOM::IRSpy::Test; +our @ISA = qw(ZOOM::IRSpy::Test); + + +=head1 NAME + +ZOOM::IRSpy::Test::Main - a single test for IRSpy + +=head1 SYNOPSIS + + ## To follow + +=head1 DESCRIPTION + +I<## To follow> + +=cut + +sub subtests { qw(Record::Fetch) } + +sub start { + my $class = shift(); + my($conn) = @_; + + $conn->log("irspy_test", "Main test no-opping"); + # Do nothing -- this test is just a subtest container +} + + +=head1 SEE ALSO + +ZOOM::IRSpy + +=head1 AUTHOR + +Mike Taylor, Emike@indexdata.comE + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2006 by Index Data ApS. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.7 or, +at your option, any later version of Perl 5 you may have available. + +=cut + +1;