summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r--share/www/script/couch_tests.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index 4d42ea6a..46e42464 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -26,6 +26,9 @@ var tests = {
db.createDb();
if (debug) debugger;
+ // Get the database info, check the db_name
+ T(db.info().db_name == "test_suite_db");
+
// Get the database info, check the doc_count
T(db.info().doc_count == 0);