You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2018/03/26 20:55:52 UTC

[couchdb] 21/33: WIP - test suite

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch COUCHDB-3326-clustered-purge-davisp-refactor
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 17fadec669dd82af6782f15af6927169735fc690
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Mar 26 13:08:18 2018 -0500

    WIP - test suite
---
 src/couch/src/test_engine_util.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/src/test_engine_util.erl b/src/couch/src/test_engine_util.erl
index 68e83b1..745e00f 100644
--- a/src/couch/src/test_engine_util.erl
+++ b/src/couch/src/test_engine_util.erl
@@ -140,7 +140,7 @@ apply_batch(Engine, St, [{purge, {Id, Revs}}]) ->
             St;
         {Pair, _, {Id, PRevs}} ->
             UUID = couch_uuids:new(),
-            {ok, NewSt} = Engine:purge_doc_revs(
+            {ok, NewSt} = Engine:purge_docs(
                 St, [Pair], [{UUID, Id, PRevs}]),
             NewSt
     end;

-- 
To stop receiving notification emails like this one, please contact
davisp@apache.org.