summaryrefslogtreecommitdiff
path: root/src/couch/test/eunit/couch_index_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/test/eunit/couch_index_tests.erl')
-rw-r--r--src/couch/test/eunit/couch_index_tests.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/couch/test/eunit/couch_index_tests.erl b/src/couch/test/eunit/couch_index_tests.erl
index fab3806d0..23c857d6c 100644
--- a/src/couch/test/eunit/couch_index_tests.erl
+++ b/src/couch/test/eunit/couch_index_tests.erl
@@ -113,7 +113,6 @@ create_docs(DbName) ->
]}),
{ok, _} = couch_db:update_docs(Db, [Doc1, Doc2, Doc3]),
- couch_db:ensure_full_commit(Db),
couch_db:close(Db).
create_design_doc(DbName, DDName, ViewName) ->
@@ -128,7 +127,6 @@ create_design_doc(DbName, DDName, ViewName) ->
]}}
]}),
{ok, Rev} = couch_db:update_doc(Db, DDoc, []),
- couch_db:ensure_full_commit(Db),
couch_db:close(Db),
Rev.