> @@ -34,17 +35,30 @@
>  public class ParseObjectInfoFromHeadersTest extends BasePayloadTest {
>  
>     public void testEtagCaseIssue() {
> +      assertETagCanBeParsed("feb1",
> +                            new byte[] { (byte) 0xfe, (byte) 0xb1 }
> +      );
> +   }
> +
> +   public void testQuotedEtagIssue() {

Will do. `testEtagCaseIssue` existed before my change (although I did refactor 
and tweak it) - should I still rename it?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/120/files#r5911635

Reply via email to