Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B520185DF for ; Wed, 16 Dec 2015 19:52:00 +0000 (UTC) Received: (qmail 20842 invoked by uid 500); 16 Dec 2015 19:51:58 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 20456 invoked by uid 500); 16 Dec 2015 19:51:58 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 18972 invoked by uid 99); 16 Dec 2015 19:51:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 19:51:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 54C87E0AD2; Wed, 16 Dec 2015 19:51:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Wed, 16 Dec 2015 19:52:31 -0000 Message-Id: <4a832485438b4f52bee6665311319f4d@git.apache.org> In-Reply-To: <4fb47a3ceac2484b9bb933726f5ed4b5@git.apache.org> References: <4fb47a3ceac2484b9bb933726f5ed4b5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/50] couchdb commit: updated refs/heads/2876-js-tests-merged-squashed to f44e15f JS test: update utf8.js for 2.0 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7833a7f1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7833a7f1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7833a7f1 Branch: refs/heads/2876-js-tests-merged-squashed Commit: 7833a7f13a463052a9ebe04023b272b21ca4ce0b Parents: 5641957 Author: Jan Lehnardt Authored: Wed Dec 16 20:49:33 2015 +0100 Committer: Jan Lehnardt Committed: Wed Dec 16 20:49:33 2015 +0100 ---------------------------------------------------------------------- test/javascript/tests/utf8.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/7833a7f1/test/javascript/tests/utf8.js ---------------------------------------------------------------------- diff --git a/test/javascript/tests/utf8.js b/test/javascript/tests/utf8.js index 04f6313..a724580 100644 --- a/test/javascript/tests/utf8.js +++ b/test/javascript/tests/utf8.js @@ -11,8 +11,8 @@ // the License. couchTests.utf8 = function(debug) { - var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"false"}); - db.deleteDb(); + var db_name = get_random_db_name(); + var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"}); db.createDb(); if (debug) debugger; @@ -39,4 +39,7 @@ couchTests.utf8 = function(debug) { for (var i=0; i