1 # $Id: Main.pm,v 1.13 2006-11-02 11:46:40 sondberg Exp $
3 package ZOOM::IRSpy::Test::Main;
10 our @ISA = qw(ZOOM::IRSpy::Test);
15 ZOOM::IRSpy::Test::Main - a single test for IRSpy
27 sub subtests { qw(Ping Search::Main Record::Main ResultSet::Main) }
33 $conn->log("irspy_test", "Main test no-opping");
34 # Do nothing -- this test is just a subtest container
44 Mike Taylor, E<lt>mike@indexdata.comE<gt>
46 =head1 COPYRIGHT AND LICENSE
48 Copyright (C) 2006 by Index Data ApS.
50 This library is free software; you can redistribute it and/or modify
51 it under the same terms as Perl itself, either Perl version 5.8.7 or,
52 at your option, any later version of Perl 5 you may have available.