diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/www/script/couch_tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 3998bcf0..dd070958 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -32,7 +32,7 @@ var tests = { // bug COUCHDB-100: DELETE on non-existent DB returns 500 instead of 404 db.deleteDb(); - db.createDb(); +db.createDb(); // PUT on existing DB should return 412 instead of 500 xhr = CouchDB.request("PUT", "/test_suite_db/"); |