Index: openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl,v diff -u -N -r1.28.2.3 -r1.28.2.4 --- openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl 15 Feb 2021 17:53:27 -0000 1.28.2.3 +++ openacs-4/packages/acs-authentication/tcl/test/sync-test-procs.tcl 16 Feb 2021 20:59:02 -0000 1.28.2.4 @@ -543,6 +543,8 @@ auth::sync::job::get_entries auth::sync::job::get_entry util_sets_equal_p + + util_text_to_url } \ sync_batch_ims_example_doc { Test IMS Enterprise 1.1 batch sync with the XML document from the specification. @@ -740,6 +742,8 @@ auth::sync::job::get auth::sync::job::get_entries auth::sync::job::get_entry + + util_text_to_url } \ sync_batch_ims_test { Test IMS Enterprise 1.1 batch sync with a constructed document which actually works @@ -1017,6 +1021,11 @@ ad_url acs_sc::invoke util_current_location + + util_text_to_url + ad_sign + ad_get_signed_cookie_with_expr + ad_verify_signature_with_expr } \ sync_http_get_document { Test the HTTPGet implementation of GetDocument service contract.