Index: openacs-4/packages/xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/test/Attic/xotcl-core-db-tutorial-procs.tcl,v diff -u -N -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl 7 Feb 2021 18:45:38 -0000 1.1.2.6 +++ openacs-4/packages/xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl 11 Feb 2021 14:22:42 -0000 1.1.2.7 @@ -7,7 +7,7 @@ api smoke db } -procs { "::xo::db::Class instproc new_persistent_object" - "::xo::db::Class instproc get_instance_from_db" + "::xo::db::Class proc get_instance_from_db" "::xo::db::Class proc exists_in_db" "::xo::db::Object instproc delete" } xotcl_core_tutorial_1 { @@ -49,7 +49,7 @@ } -procs { " Class ::xo::db::Attribute" " Class ::xo::db::Class" - "::xo::db::Class instproc get_instance_from_db" + "::xo::db::Class proc get_instance_from_db" "::xo::db::Class instproc new_persistent_object" "::xo::db::Class instproc create_object_type" "::xo::db::Class proc exists_in_db"