Index: openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/Attic/xowiki-link-test-procs.tcl,v diff -u -N -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl 7 Feb 2020 08:44:05 -0000 1.1.2.5 +++ openacs-4/packages/xowiki/tcl/test/xowiki-link-test-procs.tcl 26 Aug 2020 18:35:00 -0000 1.1.2.6 @@ -41,8 +41,8 @@ # locale at the end of this run, since we have no # transaction. # - #set defined_locale [lang::system::locale] - #lang::system::set_locale en_US + set defined_locale [lang::system::locale] + lang::system::set_locale en_US set locale [lang::system::locale] set lang [string range $locale 0 1] @@ -78,6 +78,8 @@ # (a) the rendered link contains the page included in the linked folder and # (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" 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} @@ -123,7 +125,7 @@ # # reset system locale to saved value # - #lang::system::set_locale $defined_locale + lang::system::set_locale $defined_locale } }