[clouchdb-cvs] CVS clouchdb/src
peddy
peddy at common-lisp.net
Tue Jun 17 23:12:26 UTC 2008
Update of /project/clouchdb/cvsroot/clouchdb/src
In directory clnet:/tmp/cvs-serv12726
Modified Files:
tests.lisp
Log Message:
Don't set host information in tests setup code to make it easier to
test with a remote CouchDb
--- /project/clouchdb/cvsroot/clouchdb/src/tests.lisp 2008/06/14 21:31:35 1.13
+++ /project/clouchdb/cvsroot/clouchdb/src/tests.lisp 2008/06/17 23:12:26 1.14
@@ -130,10 +130,7 @@
(deftestsuite clouchdb-tests ()
()
(:dynamic-variables
- (*db-name* nil)
- (*host* "localhost")
- (*port* "5984")
- (*protocol* "http")))
+ (*db-name* nil)))
;;
;; General tests that do not require a db connection
More information about the clouchdb-cvs
mailing list