> + * 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() {
I've renamed and added comments as I said I would above - see
9429abb2dc4a8fbaa184c49b125ebb71f63f0da4.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/120/files#r5920537