summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-05 19:38:27 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-12-17 15:36:04 +0000
commitac9f58165c342d9da58b5b67aa7d4a3934c24eb9 (patch)
tree9cec22b958f5858ea49568e0506a4f24992acd91
parentMark testPerf explicit (diff)
downloadicespider-ac9f58165c342d9da58b5b67aa7d4a3934c24eb9.tar.bz2
icespider-ac9f58165c342d9da58b5b67aa7d4a3934c24eb9.tar.xz
icespider-ac9f58165c342d9da58b5b67aa7d4a3934c24eb9.zip
Add a test case for invalid accept where q is f
-rw-r--r--icespider/unittests/testAccept.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/icespider/unittests/testAccept.cpp b/icespider/unittests/testAccept.cpp
index 735ec81..91935fc 100644
--- a/icespider/unittests/testAccept.cpp
+++ b/icespider/unittests/testAccept.cpp
@@ -29,6 +29,7 @@ BOOST_DATA_TEST_CASE(bad_requests,
" * / plain ",
" text / plain ; q = 0.0 ",
" text / plain ; q = 1.1 ",
+ " text / plain ; f = 0.1 ",
}),
a)
{