--- parser3/tests/results/030.processed 2009/08/30 05:30:28 1.7
+++ 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=/
+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: 50
+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