summaryrefslogtreecommitdiff
path: root/test/etap/001-load.t
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-11-08 05:00:03 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-11-08 05:00:03 +0000
commitc114565bff170785c1352142dc1a28557a91dd97 (patch)
tree6e9c1b59651713cbb1380a3d17d60542168b7ec4 /test/etap/001-load.t
parent7c5a0b9b520741cf3df13affc89f97383c646662 (diff)
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
Diffstat (limited to 'test/etap/001-load.t')
-rwxr-xr-xtest/etap/001-load.t2
1 files changed, 1 insertions, 1 deletions
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,