> @@ -34,17 +35,30 @@
> public class ParseObjectInfoFromHeadersTest extends BasePayloadTest {
>
> public void testEtagCaseIssue() {
> + assertETagCanBeParsed("feb1",
> + new byte[] { (byte) 0xfe, (byte) 0xb1 }
> + );
> + }
> +
> + public void testQuotedEtagIssue() {Please name these something like `testParseEtagWithoutQuotes` and `testParseEtagWithQuotes`, or something like that. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/120/files#r5909436
