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/11 11:51:31 UTC

couchdb commit: updated refs/heads/1994-merge-rcouch to e37fcc8

Updated Branches:
  refs/heads/1994-merge-rcouch 87aaa587e -> e37fcc8dc


couch_replicator: fix test 03-replication-compact.t

the record rep has bene upddated in the previous change to handle a
replication based on a view index. Fix it.


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

Branch: refs/heads/1994-merge-rcouch
Commit: e37fcc8dc5b16de4acf14e18dd9ff5891c29c56f
Parents: 87aaa58
Author: Benoit Chesneau <bc...@gmail.com>
Authored: Tue Feb 11 11:48:46 2014 +0100
Committer: Benoit Chesneau <bc...@gmail.com>
Committed: Tue Feb 11 11:48:46 2014 +0100

----------------------------------------------------------------------
 apps/couch_replicator/test/03-replication-compact.t | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e37fcc8d/apps/couch_replicator/test/03-replication-compact.t
----------------------------------------------------------------------
diff --git a/apps/couch_replicator/test/03-replication-compact.t b/apps/couch_replicator/test/03-replication-compact.t
index 699f698..2deb9dd 100755
--- a/apps/couch_replicator/test/03-replication-compact.t
+++ b/apps/couch_replicator/test/03-replication-compact.t
@@ -61,6 +61,8 @@
     target,
     options,
     user_ctx,
+    type = db,
+    view = nil,
     doc_id
 }).
 
@@ -69,7 +71,7 @@ source_db_name() -> <<"couch_test_rep_db_a">>.
 target_db_name() -> <<"couch_test_rep_db_b">>.
 
 
-main(_) ->    
+main(_) ->
 etap:plan(376),
     case (catch test()) of
         ok ->
@@ -115,7 +117,7 @@ test() ->
             delete_db(TargetDb),
             test_util:stop_couch(),
             ok = timer:sleep(1000),
-            test_util:start_couch()  
+            test_util:start_couch()
         end,
         Pairs),