diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-02-08 20:24:40 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-02-08 20:24:40 +0000 |
commit | 85471cdf0cf6ec23529b07ec4382948a5e76af3f (patch) | |
tree | ab3f06a1dd55044af7b754671c73639780d96446 /share | |
parent | b20b754f92e772d83c860374f23dffa2e49d30c3 (diff) |
whitespace
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@742156 13f79535-47bb-0310-9956-ffa450edef68
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/"); |