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/Query-UI-Cleanup Commit: d1ca821f015cceb98da443dc8e4e6478c97cf644 Parents: a83cfef Author: Alexander Shorin <[email protected]> Authored: Tue Apr 15 22:15:09 2014 +0400 Committer: Alexander Shorin <[email protected]> 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(),
