andrewgaul commented on this pull request.


> @@ -173,9 +173,9 @@ public void testList_NoOptionSingleContainer() throws 
> IOException {
         checkForContainerContent(CONTAINER_NAME, null);
 
         // creates blobs in first container
-        Set<String> blobsExpected = 
TestUtils.createBlobsInContainer(CONTAINER_NAME, "bbb" + File.separator + "ccc"
-                + File.separator + "ddd" + File.separator + "1234.jpg", 
"4rrr.jpg", "rrr" + File.separator + "sss"
-                + File.separator + "788.jpg", "xdc" + File.separator + 
"wert.kpg");
+        Set<String> blobsExpected = 
TestUtils.createBlobsInContainer(CONTAINER_NAME, "bbb" + "/" + "ccc"
+                + "/" + "ddd" + "/" + "1234.jpg", "4rrr.jpg", "rrr" + "/" + 
"sss"
+                + "/" + "788.jpg", "xdc" + "/" + "wert.kpg");

Collapse the no-longer needed `+`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1024#pullrequestreview-5329932

Reply via email to