summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-04-15 22:15:09 +0400
committerAlexander Shorin <kxepal@apache.org>2014-04-15 22:15:09 +0400
commit26cff2d51473cbc8c0dfc655b2dbb986493bbcb8 (patch)
tree2ef8f30b3f4ba67dc074a36cc2fd6f2224bb7720
parent26153741c71f6949478f10226ce06a7b611f4c85 (diff)
downloadcouchdb-26cff2d51473cbc8c0dfc655b2dbb986493bbcb8.tar.gz
Actually, run the test case for COUCHDB-1697
-rw-r--r--test/etap/231-cors.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/etap/231-cors.t b/test/etap/231-cors.t
index 0d79310be..c568e79a1 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(),