From 27535bfe6acc89ae7ddfca02e0a0c499f99e09c0 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Wed, 8 Oct 2008 18:52:32 +0000 Subject: add db_name back to database info, and test git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@702965 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share') 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); -- cgit v1.2.3