Index: openacs-4/packages/xowiki/tcl/test/test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/test-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/xowiki/tcl/test/test-procs.tcl 28 May 2018 16:07:34 -0000 1.4 +++ openacs-4/packages/xowiki/tcl/test/test-procs.tcl 29 May 2018 12:19:01 -0000 1.5 @@ -173,7 +173,7 @@ # When we try folder creation without being logged in, we # expect a permission denied error. # - set d [aa_http -user_id 0 $instance/folder.form?m=create-new&return_url=$instance/] + set d [aa_http -user_id 0 $instance/$form_name?m=create-new&return_url=$instance/] aa_equals "Status code valid" [dict get $d status] 403 ::xowiki::test::create_form_page \