Index: openacs-4/packages/acs-automated-testing/www/admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/index.tcl,v diff -u -r1.16.2.22 -r1.16.2.23 --- openacs-4/packages/acs-automated-testing/www/admin/index.tcl 23 Jul 2024 15:53:33 -0000 1.16.2.22 +++ openacs-4/packages/acs-automated-testing/www/admin/index.tcl 17 Aug 2024 16:51:43 -0000 1.16.2.23 @@ -97,7 +97,7 @@ # No category specified, add results. set categories [lindex $results($testcase_id,$package_key) 2] - ns_log notice "$testcase_id,$package_key categories /$categories/" + #ns_log notice "$testcase_id,$package_key categories /[join $categories { }]/" if {"stress" in $categories && !$stress} { continue } Index: openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl,v diff -u -r1.1.2.14 -r1.1.2.15 --- openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl 20 Jan 2022 11:32:54 -0000 1.1.2.14 +++ openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl 17 Aug 2024 16:57:23 -0000 1.1.2.15 @@ -110,7 +110,7 @@ # (b) that the page link points to the target instance (no resolve_local provided) # aa_log "check content of /$linked_xowiki_instance_name/$linked_folder_name" - ns_log notice "search for link with title en:p1: link_content $link_content" + #ns_log notice "search for link with title en:p1: link_content $link_content" acs::test::dom_html root $link_content { set node [$root selectNodes //td\[@class='list'\]/a\[@title='en:p1'\]] aa_true "one page found" {[llength $node] == 1}