assertEquals("Comment","This is a comment.",cookies.get(0).getComment());
assertEquals("Version",0,cookies.get(0).getVersion());
}
public void testParseMultipleDifferentPaths() throws Exception {
Header header = new BasicHeader("Set-Cookie",
"name1=value1;Version=1;Path=/commons,name1=value2;Version=1;" +
"Path=/commons/httpclient;Version=1");
CookieSpec cookiespec = new BrowserCompatSpec();
CookieOrigin origin = new CookieOrigin("www.apache.org", 80, "/commons/httpclient", true);