Index: openacs-4/packages/xotcl-core/tcl/test/xotcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/test/Attic/xotcl-test-procs.tcl,v diff -u -N -r1.1.2.22 -r1.1.2.23 --- openacs-4/packages/xotcl-core/tcl/test/xotcl-test-procs.tcl 9 Jan 2023 16:48:24 -0000 1.1.2.22 +++ openacs-4/packages/xotcl-core/tcl/test/xotcl-test-procs.tcl 10 Jan 2023 14:18:59 -0000 1.1.2.23 @@ -428,16 +428,6 @@ } }] - aa_equals "::xo::dc 1row with 2 parameter, prepared statement - value was returned" \ - $object_id $object_id_found_4 - - aa_false "::xo::dc 1row with 2 parameters, prepared statement (alt. format)" [catch { - ::xo::dc 1row -prepare {integer integer} get_object { - select object_id as object_id_found_5 - from acs_objects where object_id = :object_id and object_id = :object_id - } - }] - aa_equals "::xo::dc 1row with 2 parameter, prepared statement (alt. format) - value was returned" \ $object_id $object_id_found_5