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 2010/02/02 13:17:15 UTC

svn commit: r905602 - /couchdb/trunk/share/www/script/test/rewrite.js

Author: benoitc
Date: Tue Feb  2 12:17:14 2010
New Revision: 905602

URL: http://svn.apache.org/viewvc?rev=905602&view=rev
Log:
old diff. fix unitest

Modified:
    couchdb/trunk/share/www/script/test/rewrite.js

Modified: couchdb/trunk/share/www/script/test/rewrite.js
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/test/rewrite.js?rev=905602&r1=905601&r2=905602&view=diff
==============================================================================
--- couchdb/trunk/share/www/script/test/rewrite.js (original)
+++ couchdb/trunk/share/www/script/test/rewrite.js Tue Feb  2 12:17:14 2010
@@ -322,7 +322,7 @@
         
         // 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);