diff options
author | Benoit Chesneau <benoitc@apache.org> | 2010-02-02 12:17:14 +0000 |
---|---|---|
committer | Benoit Chesneau <benoitc@apache.org> | 2010-02-02 12:17:14 +0000 |
commit | 3540c5a164a3af404110534004951baa911d3b97 (patch) | |
tree | 8234fca67841715b8e1aaecac3b54a9818335273 | |
parent | 2fcfa641f6572368f60a260bfd6c8bf11a5d5b20 (diff) |
old diff. fix unitest
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905602 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | share/www/script/test/rewrite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/rewrite.js b/share/www/script/test/rewrite.js index 87c3fac6..034e1aee 100644 --- a/share/www/script/test/rewrite.js +++ b/share/www/script/test/rewrite.js @@ -322,7 +322,7 @@ couchTests.rewrite = function(debug) { // test path relative to server - var xhr = CouchDB.request("GET", "/_uuids"); + var xhr = CouchDB.request("GET", "/test_suite_db/_design/test/_rewrite/uuids"); T(xhr.status == 200); var result = JSON.parse(xhr.responseText); T(result.uuids.length == 1); |