[clouchdb-cvs] CVS clouchdb/src

peddy peddy at common-lisp.net
Fri Nov 27 22:49:28 UTC 2009


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

Modified Files:
	tests.lisp changelog.txt 
Log Message:
- Add tests and doc for basic auth


--- /project/clouchdb/cvsroot/clouchdb/src/tests.lisp	2009/11/22 18:09:55	1.29
+++ /project/clouchdb/cvsroot/clouchdb/src/tests.lisp	2009/11/27 22:49:28	1.30
@@ -146,6 +146,13 @@
                                 (document-property (car e) doc)))
                      doc)))))
 
+
+
+;;
+;; DB Structure Tests
+;;
+
+
 ;;
 ;; (document-property) tests
 ;;
@@ -515,6 +522,7 @@
   db-compact-db-struct
   (with-temp-db
     (ensure (document-property :|ok| (compact-db :db *couchdb*)))))
+
 ;;
 ;; Document API Tests
 ;;
@@ -881,7 +889,7 @@
   (:teardown 
    (progn 
      (delete-db)
-     (set-connection :db-name "default"))))
+     (set-connection :name "default"))))
 
 (addtest (clouchdb-replication-tests)
   (:documentation "test local replication of current db to new db using string identifier")
--- /project/clouchdb/cvsroot/clouchdb/src/changelog.txt	2009/11/22 16:41:25	1.16
+++ /project/clouchdb/cvsroot/clouchdb/src/changelog.txt	2009/11/27 22:49:28	1.17
@@ -1,4 +1,9 @@
 
+0.0.13:
+  - Applied ad-hoc-view patch from Marco
+  - Added basic authentication support
+  - Updated tests
+
 0.0.12: 
   - Added missing conflicts keyword parameter to get-document, tests
   - Added error handling in create-db for illegal database names





More information about the clouchdb-cvs mailing list