[elephant-cvs] CVS elephant

ieslick ieslick at common-lisp.net
Mon Jan 30 04:55:00 UTC 2006


Update of /project/elephant/cvsroot/elephant
In directory common-lisp:/tmp/cvs-serv15325

Modified Files:
      Tag: ELEPHANT-0-4-1-rc1-IAN
	elephant-tests.asd elephant.asd 
Log Message:

Significant rework of portions of the indexing.  Still chasing an odd test interaction
but all tests pass under (do-indexing-tests) but not under (do-all-tests).  Very odd.
This should constitute a first feature set release.  I will add tests incrementally
as I work with the system.


--- /project/elephant/cvsroot/elephant/elephant-tests.asd	2006/01/29 04:57:20	1.4.2.1
+++ /project/elephant/cvsroot/elephant/elephant-tests.asd	2006/01/30 04:54:59	1.4.2.2
@@ -58,8 +58,8 @@
 	     (:file "mop-tests")
 	     (:file "testcollections")
 	     (:file "testsleepycat")
-	     (:file "testmigration")
 	     (:file "testindexing")
+	     (:file "testmigration")
 	     )
 	    :serial t)))
  
--- /project/elephant/cvsroot/elephant/elephant.asd	2006/01/26 04:03:44	1.9.2.1
+++ /project/elephant/cvsroot/elephant/elephant.asd	2006/01/30 04:54:59	1.9.2.2
@@ -63,6 +63,7 @@
 	     (:file "controller")
 	     (:file "collections")
 	     (:file "serializer")
+	     (:file "index-utils")
 	     (:file "indexing"))
 	    #+openmcl
 	    (:file "openmcl-mop-patches")




More information about the Elephant-cvs mailing list