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 -N -r1.6 -r1.7 --- openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 7 Aug 2017 23:48:11 -0000 1.6 +++ openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 11 Jun 2018 09:41:40 -0000 1.7 @@ -168,13 +168,13 @@ file_storage::twt::call_fs_page - # Create an URL in a folder + # Create a URL in a folder set url_title [ad_generate_random_string] set url "e-lane.org" set url_description [ad_generate_random_string] set response [file_storage::twt::create_url_in_folder $url_title $url $url_description] - aa_display_result -response $response -explanation {for creating an URL in a folder} + aa_display_result -response $response -explanation {for creating a URL in a folder} twt::user::logout } @@ -196,7 +196,7 @@ file_storage::twt::call_fs_page - # Create an URL + # Create a URL set url_title [ad_generate_random_string] set url "e-lane.org" set url_description [ad_generate_random_string]