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}