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
1 # $Id: Main.pm,v 1.2 2006-10-06 11:33:08 mike Exp $
2
3 package ZOOM::IRSpy::Test::Search::Main;
4
5 use 5.008;
6 use strict;
7 use warnings;
8
9 use ZOOM::IRSpy::Test;
10 our @ISA = qw(ZOOM::IRSpy::Test);
11
12 sub subtests { qw(Search::Title Search::Bib1) }
13
14 sub start {
15     # Do nothing -- this test is just a subtest container
16 }
17
18 1;