From c114565bff170785c1352142dc1a28557a91dd97 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Sun, 8 Nov 2009 05:00:03 +0000 Subject: Fixed a couple test suite errors. 001-load.t's plan changed with the batch modules being removed. 121-status-aggregates.t and 041-uuid-gen.t needed their plan counts to be updated from unkown. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833825 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/001-load.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/etap/001-load.t') diff --git a/test/etap/001-load.t b/test/etap/001-load.t index 66136ed8..f42ab3db 100755 --- a/test/etap/001-load.t +++ b/test/etap/001-load.t @@ -19,7 +19,7 @@ main(_) -> code:add_patha("src/etap"), code:add_pathz("src/couchdb"), - etap:plan(39), + etap:plan(37), Modules = [ couch_btree, couch_config, -- cgit v1.2.3