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.15.2.24 -r1.15.2.25 --- openacs-4/packages/xowiki/tcl/test/test-procs.tcl 18 Jan 2022 12:51:45 -0000 1.15.2.24 +++ openacs-4/packages/xowiki/tcl/test/test-procs.tcl 18 Jan 2022 17:11:08 -0000 1.15.2.25 @@ -376,7 +376,7 @@ {-remove ""} {-extra_url_parameter {{m edit}}} {-next_page_must_contain ""} - {-refetch:boolean false} + {-refetch:boolean true} } { Edit a form page via the web interface. @@ -428,9 +428,8 @@ -update $update \ -remove $remove] acs::test::reply_has_status_code $d 302 + # set location /[::acs::test::get_url_from_location $d] - set location /[::acs::test::get_url_from_location $d] - if {$refetch_p} { foreach {key value} $update { dict set form_content $key $value