Index: openacs-4/etc/install/tcl/class-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/tcl/class-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/etc/install/tcl/class-procs.tcl 22 Oct 2003 13:16:00 -0000 1.5 +++ openacs-4/etc/install/tcl/class-procs.tcl 29 Oct 2003 14:38:09 -0000 1.6 @@ -5,6 +5,7 @@ # @author Peter Marklund namespace eval ::twt::class {} +namespace eval ::twt::class::test {} ad_proc ::twt::class::get_admin_urls { } { Returns a list with the fully qualified URLs of the admin pages of @@ -169,3 +170,18 @@ } } } + +################### +# +# Namespace ::twt::class::test - no demo data setup, pure testing +# +################### + +ad_proc ::twt::class::test::manage_memberships {} { + Test removing users and changing their roles in a class + using the class_url/members page. + + @author Peter Marklund +} { + +} \ No newline at end of file