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 9554611F67 for ; Mon, 28 Apr 2014 12:43:11 +0000 (UTC) Received: (qmail 56139 invoked by uid 500); 28 Apr 2014 12:41:52 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 55736 invoked by uid 500); 28 Apr 2014 12:41:44 -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 55223 invoked by uid 99); 28 Apr 2014 12:41:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 12:41:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5F1369959B2; Mon, 28 Apr 2014 12:41:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dch@apache.org To: commits@couchdb.apache.org Date: Mon, 28 Apr 2014 12:41:52 -0000 Message-Id: <1104e9badd4849b391850bc7ff67682a@git.apache.org> In-Reply-To: <8eb79567b3b740e8a9c3ed07ee666767@git.apache.org> References: <8eb79567b3b740e8a9c3ed07ee666767@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/50] couchdb commit: updated refs/heads/2200-feature-support-erlang-17.0 to c81eb6d Actually, run the test case for COUCHDB-1697 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d1ca821f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d1ca821f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d1ca821f Branch: refs/heads/2200-feature-support-erlang-17.0 Commit: d1ca821f015cceb98da443dc8e4e6478c97cf644 Parents: a83cfef Author: Alexander Shorin Authored: Tue Apr 15 22:15:09 2014 +0400 Committer: Alexander Shorin Committed: Tue Apr 15 22:27:40 2014 +0400 ---------------------------------------------------------------------- test/etap/231-cors.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d1ca821f/test/etap/231-cors.t ---------------------------------------------------------------------- diff --git a/test/etap/231-cors.t b/test/etap/231-cors.t index 0d79310..c568e79 100644 --- a/test/etap/231-cors.t +++ b/test/etap/231-cors.t @@ -32,7 +32,7 @@ server() -> main(_) -> test_util:init_code_path(), - etap:plan(25), + etap:plan(26), case (catch test()) of ok -> etap:end_tests(); @@ -87,6 +87,7 @@ test() -> test_db1_origin_request(), test_preflight_with_port1(), test_preflight_with_scheme1(), + test_if_none_match_header(), ok = couch_config:set("cors", "origins", "http://example.com:5984", false), test_preflight_with_port2(),