Index: openacs-4/packages/xowiki/www/admin/test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/test.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/xowiki/www/admin/test.tcl 5 Nov 2009 13:09:57 -0000 1.21 +++ openacs-4/packages/xowiki/www/admin/test.tcl 6 Nov 2009 12:26:19 -0000 1.22 @@ -1030,27 +1030,27 @@ set l "parentpage" set test [label "link" "existing simple page" $l] set link [p create_link $l] - ? {$link render} "de:parentpage" "\n$test\n " + ? {$link render} "parentpage" "\n$test\n " set l "parentpage1" set test [label "link" "not existing simple page" $l] set link [p create_link $l] -? {$link render} [subst -nocommands { [ de:parentpage1 ] }] "\n$test\n " +? {$link render} [subst -nocommands { [ parentpage1 ] }] "\n$test\n " set l "parentpage#a" set test [label "link" "existing simple with anchor" $l] set link [p create_link $l] -? {$link render} [subst -nocommands {de:parentpage}] "\n$test\n " +? {$link render} [subst -nocommands {parentpage}] "\n$test\n " set l "image:image.png" set test [label "link" "existing image" $l] set link [p create_link $l] -? {$link render} [subst -nocommands {file:image.png}] "\n$test\n " +? {$link render} [subst -nocommands {image:image.png}] "\n$test\n " set l "image.png" set test [label "link" "existing image short" $l] set link [p create_link $l] -? {$link render} [subst -nocommands {file:image.png}] "\n$test\n " +? {$link render} [subst -nocommands {image.png}] "\n$test\n " set l ":de:parentpage" set test [label "link" "existing language link" $l]