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:27:40 +0400
commitd1ca821f015cceb98da443dc8e4e6478c97cf644 (patch)
treefcf9af6a0eda791d9d4d7d343b18b30cd8fd1a88
parenta83cfef06ddecd28daa269523dc4e5a217c37e6a (diff)
downloadcouchdb-d1ca821f015cceb98da443dc8e4e6478c97cf644.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(),