Index: openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl,v diff -u -r1.10.2.28 -r1.10.2.29 --- openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 26 Feb 2024 15:05:29 -0000 1.10.2.28 +++ openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 18 Jul 2024 17:52:54 -0000 1.10.2.29 @@ -230,6 +230,8 @@ fs::get_object_name fs::get_object_prettyname fs::get_file_system_safe_object_name + + cr_import_content } \ fs_add_delete_copy { @@ -743,6 +745,7 @@ acs::test::get_url_from_location ad_sanitize_filename content::item::get_id_by_name + cr_import_content fs::add_file fs::add_version fs::delete_file @@ -771,7 +774,7 @@ set user_info [::acs::test::user::create -admin] aa_log "user_info = $user_info" set request_info [::acs::test::login $user_info] - + ns_log notice "user logged in" aa_run_with_teardown -test_code { set d [file_storage::test::call_fs_page -last_request $request_info]