Index: openacs-4/packages/file-storage/tcl/test/webtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/test/Attic/webtest-procs.tcl,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/file-storage/tcl/test/webtest-procs.tcl 9 Feb 2020 15:39:58 -0000 1.1.2.4 +++ openacs-4/packages/file-storage/tcl/test/webtest-procs.tcl 23 Nov 2020 19:04:34 -0000 1.1.2.5 @@ -32,7 +32,7 @@ description "$folder_description" }]] acs::test::reply_has_status_code $d 302 - set location [::xowiki::test::get_url_from_location $d] + set location [::acs::test::get_url_from_location $d] if { [string match "*/\?folder_id*" $location] } { set d [acs::test::http -last_request $d $location] @@ -67,7 +67,7 @@ folder_name "$folder_name" }]] acs::test::reply_has_status_code $d 302 - set location [::xowiki::test::get_url_from_location $d] + set location [::acs::test::get_url_from_location $d] if { [string match "*/\?folder_id*" $location] } { set d [acs::test::http -last_request $d $location]