From 2b62ba4a6a3ba6107e37691a5e27334fc7ffd802 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 22 Sep 2006 16:16:17 +0000 Subject: [PATCH] Not needed; check.ms is now used instead --- web/htdocs/details/all.mc | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 web/htdocs/details/all.mc 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"; -} - -- 1.7.10.4