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.12 -r1.1.2.13 --- openacs-4/packages/file-storage/tcl/test/webtest-procs.tcl 31 Aug 2022 12:55:02 -0000 1.1.2.12 +++ openacs-4/packages/file-storage/tcl/test/webtest-procs.tcl 31 Aug 2022 22:41:13 -0000 1.1.2.13 @@ -118,7 +118,7 @@ dict unset form_content upload_file set payload [util::http::post_payload \ -files $files \ - -formvars_dict $form_content] + -formvars_list $form_content] set body [dict get $payload payload] set headers [ns_set array [dict get $payload headers]] set d [acs::test::http \