summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-02-08 20:24:40 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-02-08 20:24:40 +0000
commit85471cdf0cf6ec23529b07ec4382948a5e76af3f (patch)
treeab3f06a1dd55044af7b754671c73639780d96446 /share/www/script/couch_tests.js
parentb20b754f92e772d83c860374f23dffa2e49d30c3 (diff)
whitespace
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@742156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r--share/www/script/couch_tests.js2
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/");