X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fall.mc;fp=web%2Fhtdocs%2Fdetails%2Fall.mc;h=0000000000000000000000000000000000000000;hp=c4a0f427746738bc73d0e788a8136e935476d22b;hb=83e32617e5b93d9b918897a52b5d37c666f4e9f7;hpb=2ccb62a61acf82320a01e31e666c82b9783436c8 diff --git a/web/htdocs/details/all.mc b/web/htdocs/details/all.mc deleted file mode 100644 index c4a0f42..0000000 --- a/web/htdocs/details/all.mc +++ /dev/null @@ -1,16 +0,0 @@ -%# $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:3313/IR-Explain---1"); -if (1) { - # 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(); -if ($res == 0) { - print "All tests were run\n"; -} else { - print "Some tests were skipped\n"; -} -