X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fall.mc;h=c4a0f427746738bc73d0e788a8136e935476d22b;hp=4ec2d82817a8e4ba147c06d15bfa9faa10327519;hb=515da18a8c679b5156b5251860b5e2f6c9da3e31;hpb=d13b3c4a81cd7d20ed47d48d773739d8427c41f4 diff --git a/web/htdocs/details/all.mc b/web/htdocs/details/all.mc index 4ec2d82..c4a0f42 100644 --- a/web/htdocs/details/all.mc +++ b/web/htdocs/details/all.mc @@ -1,11 +1,10 @@ -%# $Id: all.mc,v 1.1 2006-09-15 16:51:51 mike Exp $ +%# $Id: all.mc,v 1.4 2006-09-22 15:39:14 mike Exp $ <%perl> print "IRSpy version $ZOOM::IRSpy::VERSION
\n"; -my $spy = new ZOOM::IRSpy("localhost:1313/IR-Explain---1"); +my $spy = new ZOOM::IRSpy("localhost:3313/IR-Explain---1"); if (1) { - # Testing all databases would take much too long for testing - my @targets = qw(bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager); - $spy->targets(join(" ", @targets)); + # Testing all targets would take much too long for testing + $spy->targets(qw(bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager)); } $spy->initialise(); my $res = $spy->check();