Index: openacs-4/packages/forums/tcl/test/forums-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/test/forums-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/forums/tcl/test/forums-procs.tcl 24 Jul 2018 12:45:11 -0000 1.9 +++ openacs-4/packages/forums/tcl/test/forums-procs.tcl 24 Jul 2018 14:37:47 -0000 1.10 @@ -175,7 +175,7 @@ aa_register_case \ -cats {api web smoke} \ - -procs {forum::delete} \ + -procs {forum::new forum::delete} \ -urls { /admin/forum-new } web_forum_new { @@ -213,7 +213,7 @@ aa_register_case \ -cats {api web smoke} \ - -procs {forum::delete} \ + -procs {forum::new forum::get forum::delete} \ -urls { /admin/forum-new /forum-view @@ -263,13 +263,13 @@ aa_register_case \ -cats {web smoke} \ - -procs {forums::twt::edit forums::twt::new} \ + -procs {forum::new forum::get forum::edit forum::delete} \ -urls { /admin/forum-new /admin/forum-edit } \ web_forum_edit { - Testing the edition of an existing forum + Testing the editing of an existing forum. } { set forum_id 0 aa_run_with_teardown -test_code {