Update of /project/elephant/cvsroot/elephant In directory common-lisp:/tmp/cvs-serv29751
Modified Files: ele-sqlite3.asd Log Message:
Minor modifications including a cleanup of the basicpersistence test and fixing two bugs in allegro support for slot-unboundp and makunbound. I also removed a workaround of these bugs in the mop-tests.lisp test suite. This checkin confirms that release candidate 0-5-0-rc1 passes all tests under Allegro 7.0 using the BDB 4.3 and SQLite3 backends.
--- /project/elephant/cvsroot/elephant/ele-sqlite3.asd 2005/11/23 17:51:31 1.2 +++ /project/elephant/cvsroot/elephant/ele-sqlite3.asd 2006/02/05 23:13:07 1.3 @@ -56,4 +56,4 @@ ( ) :serial t)) - :depends-on (:elephant :clsql :cl-base64 :clsql-sqlite3)) + :depends-on (:ele-clsql :clsql-sqlite3))