Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jul 4, 2012
1 parent 3205562 commit 521371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/couch_httpd/share/www/script/test/rev_stemming.js
Expand Up @@ -25,7 +25,7 @@ couchTests.rev_stemming = function(debug) {

// Make an invalid request to _revs_limit
// Should return 400
var xhr = CouchDB.request("PUT", "/test_suite_db/_revs_limit", {body:"\"foo\""});
var xhr = CouchDB.request("PUT", "/test_suite_db_a/_revs_limit", {body:"\"foo\""});
T(xhr.status == 400);
var result = JSON.parse(xhr.responseText);
T(result.error == "bad_request");
Expand Down

0 comments on commit 521371a

Please sign in to comment.