From 8a198316eb603850342f8a97bad56e6eaccd1e2f Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Wed, 24 Jun 2009 05:51:41 +0000 Subject: Lots of tests for couch_config.erl Refactored couch_config.erl to resolve COUCHDB-384 Tweaked the main Makefile.am to make the cover and check targets depend on the dev target instead of the all target. Added the executable property to all test files to make them easily runnable as standalone tests (as in not via prove). git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@787914 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/031-doc-to-json.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/etap/031-doc-to-json.t') diff --git a/test/etap/031-doc-to-json.t b/test/etap/031-doc-to-json.t index 37b23848..37ee9946 100755 --- a/test/etap/031-doc-to-json.t +++ b/test/etap/031-doc-to-json.t @@ -9,7 +9,7 @@ main(_) -> code:add_pathz("src/couchdb"), - etap:plan(unknown), + etap:plan(12), case (catch test()) of ok -> etap:end_tests(); -- cgit v1.2.3