Index: openacs-4/packages/acs-tcl/tcl/test/test-set-cookie-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/test-set-cookie-procs.tcl,v diff -u -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/acs-tcl/tcl/test/test-set-cookie-procs.tcl 29 Mar 2021 11:48:39 -0000 1.6.2.1 +++ openacs-4/packages/acs-tcl/tcl/test/test-set-cookie-procs.tcl 29 Mar 2021 11:57:50 -0000 1.6.2.2 @@ -90,7 +90,7 @@ } aa_register_case \ - -cats {web smoke} \ + -cats {api smoke} \ -procs { ad_get_client_property ad_set_client_property @@ -99,7 +99,7 @@ { Test Case client properties } { - aa_run_with_teardown -test_code { + aa_run_with_teardown -rollback -test_code { ad_set_client_property test MyName MyValue aa_equals "Obtain client property" MyValue [ad_get_client_property test MyName]