X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fcheck.mc;h=ea10ec9870447af0562d95920ee4909f59b30d89;hb=21ac1ac242d523e47468b8e63d87dbf1d018d26e;hp=7b434be7b1d89dcb61a833f055fa7f4f60c52e7f;hpb=a5139b5e63e193a3bcb1eb19598e6ea6feabc72b;p=irspy-moved-to-github.git diff --git a/web/htdocs/details/check.mc b/web/htdocs/details/check.mc index 7b434be..ea10ec9 100644 --- a/web/htdocs/details/check.mc +++ b/web/htdocs/details/check.mc @@ -1,4 +1,4 @@ -%# $Id: check.mc,v 1.14 2006-11-30 10:53:27 mike Exp $ +%# $Id: check.mc,v 1.16 2007-01-31 16:50:38 mike Exp $ <%args> @id $test => "Quick" @@ -31,7 +31,7 @@ $m->flush_buffer(); # on in the HTTP configuration, so we don't even try -- instead, # having ZOOM::IRSpy::Web::log() explicitly calling $m->flush_buffer() -my $spy = new ZOOM::IRSpy::Web("localhost:3313/IR-Explain---1", +my $spy = new ZOOM::IRSpy::Web("localhost:8018/IR-Explain---1", admin => "fruitbat"); $spy->log_init_level("irspy,irspy_test"); $spy->targets(@id) if !$allTargets; @@ -39,7 +39,7 @@ $spy->initialise(); my $res = $spy->check($test); print "

\n"; if ($res == 0) { - print "All tests were run\n"; + print "All tests were attempted\n"; } else { print "$res tests were skipped\n"; }