* one.
* @throws IOException
*/
private void testCookieSetting(String headerValue, boolean compare)
throws IOException {
CookieSettingReader cr = new CookieSettingReader(headerValue);
CookieSetting cookie = cr.readValue();
// Rewrite the header
String newHeaderValue = CookieSettingWriter.write(cookie);
// Compare initial and new headers