Repository: couchdb Updated Branches: refs/heads/1.6.x eeb31cbbd -> 784b1343a
etap: number of tests in 232-csp.t is incorrect Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/784b1343 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/784b1343 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/784b1343 Branch: refs/heads/1.6.x Commit: 784b1343a321c73f597015f2df5b3082d6773ec0 Parents: eeb31cb Author: Dave Cottlehuber <[email protected]> Authored: Thu Aug 14 09:12:33 2014 +0200 Committer: Dave Cottlehuber <[email protected]> Committed: Thu Aug 14 09:13:19 2014 +0200 ---------------------------------------------------------------------- test/etap/232-csp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/784b1343/test/etap/232-csp.t ---------------------------------------------------------------------- diff --git a/test/etap/232-csp.t b/test/etap/232-csp.t index 6dbce6a..8e973a9 100644 --- a/test/etap/232-csp.t +++ b/test/etap/232-csp.t @@ -24,7 +24,7 @@ server() -> main(_) -> test_util:init_code_path(), - etap:plan(3), + etap:plan(4), case (catch test()) of ok -> etap:end_tests();
