
8 Mar
2007
8 Mar
'07
7:50 p.m.
Update of /project/elephant/cvsroot/elephant/tests In directory clnet:/tmp/cvs-serv24009 Modified Files: testindexing.lisp Log Message: Fix for premature checkin --- /project/elephant/cvsroot/elephant/tests/testindexing.lisp 2007/03/08 19:24:45 1.33 +++ /project/elephant/cvsroot/elephant/tests/testindexing.lisp 2007/03/08 19:50:20 1.34 @@ -115,9 +115,9 @@ (make-instance 'idx-cslot) - (values (if (class-indexedp-by-name 'idx-cslot) t nil)) + (values (if (class-indexedp-by-name 'idx-cslot) t nil))) t) - + ;; test inherited slots (deftest indexing-inherit