[clouchdb-cvs] CVS clouchdb/src

peddy peddy at common-lisp.net
Sat Jun 6 19:15:18 UTC 2009


Update of /project/clouchdb/cvsroot/clouchdb/src
In directory cl-net:/tmp/cvs-serv20505

Modified Files:
	tests.lisp 
Log Message:

Changed db existance test to recognized new error message string



--- /project/clouchdb/cvsroot/clouchdb/src/tests.lisp	2009/04/19 22:48:32	1.16
+++ /project/clouchdb/cvsroot/clouchdb/src/tests.lisp	2009/06/06 19:15:18	1.17
@@ -292,7 +292,7 @@
   db-non-existance-test
   (ensure (setf *db-name* (create-temp-db-name)))
   (ensure-same "not_found" (document-property :|error| (get-db-info)))
-  (ensure-same "Missing" (document-property :|reason|  (get-db-info))))
+  (ensure-same "no_db_file" (document-property :|reason|  (get-db-info))))
 
 (addtest (clouchdb-db-admin-tests)
   (:documentation "Create a database and ensure it's there, ensure it's deleted too")





More information about the clouchdb-cvs mailing list