"If-None-Match: Got no response code 200 in response to non matching ETag",
200, get.getStatusCode());
// now we set matching ETags
get = getSelectMethod(method);
get.addRequestHeader("If-None-Match", "\"xyz1223\"");
get.addRequestHeader("If-None-Match", "\"1231323423\", \"1211211\", "
+ etag);
getClient().executeMethod(get);
checkResponseBody(method, get);
assertEquals("If-None-Match: Got no response 304 to matching ETag", 304,