> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.openstack.swift.utils;
> +
> +import org.testng.annotations.Test;
> +
> +import static org.testng.Assert.assertEquals;
> +
> +/**
> + * @author Francis Devereux
> + */
> +@Test(groups = "unit")
> +public class ETagUtilsTest {
> + @Test
> + public void testNoExceptionUnquotingSingleDQuote() {
Is this a valid input/response for an eTag?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/120/files#r5909822