> @@ -34,17 +35,30 @@
> public class ParseObjectInfoFromHeadersTest extends BasePayloadTest {
>
> public void testEtagCaseIssue() {
> + assertETagCanBeParsed("feb1",
> + new byte[] { (byte) 0xfe, (byte) 0xb1 }
> + );
> + }
> +
> + public void testQuotedEtagIssue() {Let's leave that to a separate PR then. Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/120/files#r5914061
