--- parser3/tests/results/030.processed 2009/07/08 09:28:05 1.6
+++ parser3/tests/results/030.processed 2010/10/21 20:50:25 1.8
@@ -1,7 +1,10 @@
-set-cookie: clientType=test; expires=Tue, 25 Feb 2003 21:00:00 GMT; path=/
-set-cookie: zigi=value; expires=Wed, 19 Feb 2003 21:00:00 GMT; path=/
-content-type: text/html
-content-length: 50
+Set-Cookie: a=a-value; expires=Tue, 25 Feb 2003 21:00:00 GMT; path=/
+Set-Cookie: b=b-value; expires=Wed, 19 Feb 2003 21:00:00 GMT; path=/
+Set-Cookie: s=session-value; path=/
+Content-Type: text/html
+Content-Length: 81
-'test'
-clientType: 'test'
zigi: 'value'
\ No newline at end of file
+mustfail, it's OK.
+a: 'a-value'
+b: 'b-value'
+s: 'session-value'
\ No newline at end of file