Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -N -r1.20.2.2 -r1.20.2.3 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 15 Dec 2003 15:49:56 -0000 1.20.2.2 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 25 Feb 2004 21:45:59 -0000 1.20.2.3 @@ -736,7 +736,7 @@ ns_log Debug "aa_log_result: PASSED: $aa_testcase_id, $test_notes" incr aa_testcase_passes } elseif {$test_result == "fail"} { - ns_log Error "aa_log_result: FAILED: $aa_testcase_id, $test_notes" + ns_log Bug "aa_log_result: FAILED: $aa_testcase_id, $test_notes" incr aa_testcase_fails } else { ns_log Debug "aa_log_result: LOG: $aa_testcase_id, $test_notes" @@ -764,7 +764,7 @@ if {$test_fails == 0} { } else { - ns_log Error "aa_log_final: FAILED: $aa_testcase_id, $test_fails tests failed" + ns_log Bug "aa_log_final: FAILED: $aa_testcase_id, $test_fails tests failed" } db_dml testcase_result_insert {