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 -r1.20 -r1.21 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 1 Nov 2003 08:45:36 -0000 1.20 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 20 Nov 2003 13:24:40 -0000 1.21 @@ -734,7 +734,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" @@ -762,7 +762,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 {