Index: openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl,v diff -u -N -r1.9.2.3 -r1.9.2.4 --- openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 27 Feb 2020 14:23:39 -0000 1.9.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 15 Feb 2021 17:53:27 -0000 1.9.2.4 @@ -11,6 +11,7 @@ -procs { party::email party::get_by_email + acs::test::user::create } \ community_cc_procs \ { @@ -31,10 +32,13 @@ [string match $email_p [string tolower $user_info(email)]] } -} + } + aa_register_case \ -cats {api smoke} \ -procs { + auth::authority::get_id + auth::create_user party::email person::delete person::get @@ -109,6 +113,8 @@ aa_register_case \ -cats {api smoke} \ -procs { + auth::authority::get_id + auth::create_user party::get_by_email party::update } \