Many radical changes to the IRSpy engine, enabling a far more asynchronous approach...
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Search / Main.pm
index 9cf3470..c9166db 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Main.pm,v 1.1 2006-10-02 13:08:42 sondberg Exp $
+# $Id: Main.pm,v 1.2 2006-10-06 11:33:08 mike Exp $
 
 package ZOOM::IRSpy::Test::Search::Main;
 
@@ -7,47 +7,12 @@ use strict;
 use warnings;
 
 use ZOOM::IRSpy::Test;
-our @ISA;
-@ISA = qw(ZOOM::IRSpy::Test);
+our @ISA = qw(ZOOM::IRSpy::Test);
 
+sub subtests { qw(Search::Title Search::Bib1) }
 
-=head1 NAME
-
-ZOOM::IRSpy::Test::Main::Search::Main - a single test for IRSpy
-
-=head1 SYNOPSIS
-
- ## To follow
-
-=head1 DESCRIPTION
-
-I<## To follow>
-
-=cut
-
-sub run {
-    my $this = shift();
-
-    return $this->run_tests(qw(Search::Bib1));
+sub start {
+    # Do nothing -- this test is just a subtest container
 }
 
-
-=head1 SEE ALSO
-
-ZOOM::IRSpy
-
-=head1 AUTHOR
-
-Mike Taylor, E<lt>mike@indexdata.comE<gt>
-
-=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;