Link to "#"; previously the link was to "" which caused a reload --
[irspy-moved-to-github.git] / web / htdocs / details / check.mc
index 7b434be..ea10ec9 100644 (file)
@@ -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 "<p>\n";
 if ($res == 0) {
-    print "<b>All tests were run</b>\n";
+    print "<b>All tests were attempted</b>\n";
 } else {
     print "<b>$res tests were skipped</b>\n";
 }