diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/test31 | 2 | ||||
| -rw-r--r-- | tests/data/test8 | 3 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/tests/data/test31 b/tests/data/test31 index 0432f56f9..d06bc1180 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -27,6 +27,7 @@ Set-Cookie: novalue; domain=reallysilly  Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030
  Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030
  Set-Cookie: magic=yessir; path=/silly/; HttpOnly
 +Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;  boo  </data> @@ -71,6 +72,7 @@ Accept: */*  .127.0.0.1	TRUE	/	FALSE	0	partmatch	present  127.0.0.1	FALSE	/we/want/	FALSE	2054030187	nodomain	value  #HttpOnly_127.0.0.1	FALSE	/silly/	FALSE	0	magic	yessir +.0.0.1	TRUE	/we/want/	FALSE	0	blexp	yesyes  </file>  </verify>  </testcase> diff --git a/tests/data/test8 b/tests/data/test8 index 959b8807e..6131894fd 100644 --- a/tests/data/test8 +++ b/tests/data/test8 @@ -41,6 +41,7 @@ Set-Cookie: partmatch=present; domain=.0.0.1; path=/;  Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;  Set-Cookie: cookie=yes; path=/we;  Set-Cookie: nocookie=yes; path=/WE; +Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;  </file>  </client> @@ -54,7 +55,7 @@ Set-Cookie: nocookie=yes; path=/WE;  GET /we/want/8 HTTP/1.1
  Host: %HOSTIP:%HTTPPORT
  Accept: */*
 -Cookie: cookie=yes; partmatch=present; foobar=name
 +Cookie: blexp=yesyes; cookie=yes; partmatch=present; foobar=name
  </protocol>  </verify> | 
