diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-07-29 22:21:37 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-07-29 22:21:37 +0000 | 
| commit | 69f6d14b810b46209fd32641b0b6b42430abdb5b (patch) | |
| tree | d6d728fbb5b3eeef3799e2b6de2308ba9a261320 | |
| parent | 9f3856e646b2c388202dbb949bcb5d91e700087c (diff) | |
extended and improved cookie testing
| -rw-r--r-- | tests/data/test31 | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test31 b/tests/data/test31 index eddc9b673..88a49751e 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -7,12 +7,12 @@ Server: test-server/fake  Content-Type: text/html
  Funny-head: yesyes
  Set-Cookie: foobar=name; domain=127.0.0.1; path=/ ; secure
 -Set-Cookie:mismatch=this  ; domain=127.0.0.1; path=/silly/
 +Set-Cookie:ismatch=this  ; domain=127.0.0.1; path=/silly/
  Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/;
 -Set-Cookie: eat=this; domain=moo.foo.moo;
 +Set-Cookie:eat=this; domain=moo.foo.moo;
  Set-Cookie: eat=this-too; domain=.foo.moo;
  Set-Cookie: nodomainnovalue
 -Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 MET 2014
 +Set-Cookie:   nodomain=value; expires=Tue Feb 1 11:56:27 MET 2014
  Set-Cookie: nodomainnovalue; domain=reallysilly
  boo  | 
