Index: tests/object-system.xotcl =================================================================== diff -u -r98003953e8c728b105528e0c2ed7d67ee7135d64 -r91e9b1a3b1c3e60a8538156b4aa37d5a664d5133 --- tests/object-system.xotcl (.../object-system.xotcl) (revision 98003953e8c728b105528e0c2ed7d67ee7135d64) +++ tests/object-system.xotcl (.../object-system.xotcl) (revision 91e9b1a3b1c3e60a8538156b4aa37d5a664d5133) @@ -20,13 +20,13 @@ ? {Object isobject Object} 1 ? {Object isclass} 1 ? {Object ismetaclass} 0 -? {Object info superclass} ::oo::object +? {Object info superclass} "" ? {Object info class} ::xotcl::Class ? {Object isobject Class} 1 ? {Class isclass} 1 ? {Class ismetaclass} 1 -? {Class info superclass} "::oo::class ::xotcl::Object" +? {Class info superclass} ::xotcl::Object ? {Class info class} ::xotcl::Class Object o