You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/04/23 12:25:58 UTC

[02/10] couchdb commit: updated refs/heads/master to 82d2eb1

Deactivate rewrite tests


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

Branch: refs/heads/master
Commit: 0306da26cca2ed14dd0c226b3e18fa7b869d5567
Parents: 2be26b2
Author: sebastianro <se...@apache.org>
Authored: Thu Apr 14 20:00:09 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Apr 23 12:25:33 2016 +0200

----------------------------------------------------------------------
 test/javascript/tests/rewrite.js    | 2 +-
 test/javascript/tests/rewrite_js.js | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0306da26/test/javascript/tests/rewrite.js
----------------------------------------------------------------------
diff --git a/test/javascript/tests/rewrite.js b/test/javascript/tests/rewrite.js
index dd56589..81ae5cf 100644
--- a/test/javascript/tests/rewrite.js
+++ b/test/javascript/tests/rewrite.js
@@ -13,7 +13,7 @@
  
  
 couchTests.rewrite = function(debug) {
-  return console.log('TODO: config not available on cluster');
+  return console.log('TODO: test not yet implemented');
   if (debug) debugger;
   var dbNames = ["test_suite_db", "test_suite_db/with_slashes"];
   for (var i=0; i < dbNames.length; i++) {

http://git-wip-us.apache.org/repos/asf/couchdb/blob/0306da26/test/javascript/tests/rewrite_js.js
----------------------------------------------------------------------
diff --git a/test/javascript/tests/rewrite_js.js b/test/javascript/tests/rewrite_js.js
index b2c165b..e4a5e76 100644
--- a/test/javascript/tests/rewrite_js.js
+++ b/test/javascript/tests/rewrite_js.js
@@ -13,6 +13,7 @@
  
  
 couchTests.rewrite = function(debug) {
+  return console.log('TODO: test not yet implemented');
   if (debug) debugger;
   var dbNames = ["test_suite_db", "test_suite_db/with_slashes"];
   for (var i=0; i < dbNames.length; i++) {