aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-12 10:50:30 +0100
committerLoïc Hoguin <[email protected]>2020-11-12 10:50:30 +0100
commitd061c424b0a3ce39a0c3ff4a5eaade1af79d177e (patch)
tree656e0ad294a7da6d49e5bba8c83c77c931dc4d3c /src
parentdc4ce04fe20440062fa071f2e05919cd83ea9c8e (diff)
downloadgun-d061c424b0a3ce39a0c3ff4a5eaade1af79d177e.tar.gz
gun-d061c424b0a3ce39a0c3ff4a5eaade1af79d177e.tar.bz2
gun-d061c424b0a3ce39a0c3ff4a5eaade1af79d177e.zip
Enable optional0042 cookie test
Cowlib master has the fix for this test. Temporarily depend on Cowlib master until a release is made.
Diffstat (limited to 'src')
-rw-r--r--src/gun_cookies.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gun_cookies.erl b/src/gun_cookies.erl
index 0537832..f44ae42 100644
--- a/src/gun_cookies.erl
+++ b/src/gun_cookies.erl
@@ -465,9 +465,8 @@ wpt_http_state_test_files() ->
wpt_http_state_test_files(TestPath) ->
filelib:wildcard(TestPath ++ "wpt/cookies/*-test") -- [
TestPath ++ "wpt/cookies/attribute0023-test", %% Doesn't match the spec (path override).
- TestPath ++ "wpt/cookies/disabled-chromium0020-test", %% Doesn't match the spec (empty names).
- TestPath ++ "wpt/cookies/disabled-chromium0022-test", %% Nonsense.
- TestPath ++ "wpt/cookies/optional-domain0042-test" %% Doesn't match the spec (empty domain override).
+ TestPath ++ "wpt/cookies/disabled-chromium0020-test", %% Maximum cookie name of 4096 characters.
+ TestPath ++ "wpt/cookies/disabled-chromium0022-test" %% Nonsense.
].
wpt_http_state_test_() ->