You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/16 01:09:57 UTC

couch-replicator commit: updated refs/heads/1994-merge-rcouch to e56dccf

Repository: couchdb-couch-replicator
Updated Branches:
  refs/heads/1994-merge-rcouch 9db3b81eb -> e56dccf0b


update db record for the validate_doc_read feature.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/e56dccf0
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/e56dccf0
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/e56dccf0

Branch: refs/heads/1994-merge-rcouch
Commit: e56dccf0bbc81cc37ed238e28612fa821d616fd1
Parents: 9db3b81
Author: benoitc <bc...@gmail.com>
Authored: Sun Feb 16 01:09:20 2014 +0100
Committer: benoitc <bc...@gmail.com>
Committed: Sun Feb 16 01:09:20 2014 +0100

----------------------------------------------------------------------
 test/03-replication-compact.t | 1 +
 test/07-use-checkpoints.t     | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/e56dccf0/test/03-replication-compact.t
----------------------------------------------------------------------
diff --git a/test/03-replication-compact.t b/test/03-replication-compact.t
index 329e7c6..fd3d61a 100755
--- a/test/03-replication-compact.t
+++ b/test/03-replication-compact.t
@@ -42,6 +42,7 @@
     name,
     filepath,
     validate_doc_funs = [],
+    validate_doc_read_funs = [],
     security = [],
     security_ptr = nil,
     user_ctx = #user_ctx{},

http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/e56dccf0/test/07-use-checkpoints.t
----------------------------------------------------------------------
diff --git a/test/07-use-checkpoints.t b/test/07-use-checkpoints.t
index ccf107c..cef8ac6 100755
--- a/test/07-use-checkpoints.t
+++ b/test/07-use-checkpoints.t
@@ -51,6 +51,7 @@
     name,
     filepath,
     validate_doc_funs = [],
+    validate_doc_read_funs = [],
     security = [],
     security_ptr = nil,
     user_ctx = #user_ctx{},