Index: openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl,v diff -u -r1.5 -r1.5.8.1 --- openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl 10 Jan 2007 21:22:12 -0000 1.5 +++ openacs-4/packages/acs-tcl/tcl/test/object-test-case-procs.tcl 2 Jul 2011 20:06:15 -0000 1.5.8.1 @@ -80,9 +80,7 @@ end;" set type_drop_sql "begin - acs_object_type.drop_type( - object_type => :object_type, - cascade_p => 't'); + acs_object_type.drop_type(object_type => :object_type); end;" }