mirror of https://github.com/apache/jclouds.git
Fixes a small test bug on windows
This commit is contained in:
parent
86af0753bf
commit
6945b04243
|
@ -539,7 +539,7 @@ public class FilesystemBlobStoreTest {
|
||||||
.inDirectory("");
|
.inDirectory("");
|
||||||
PageSet<? extends StorageMetadata> res = blobStore.list(CONTAINER_NAME, options);
|
PageSet<? extends StorageMetadata> res = blobStore.list(CONTAINER_NAME, options);
|
||||||
assertTrue(res.size() == 1);
|
assertTrue(res.size() == 1);
|
||||||
assertEquals(res.iterator().next().getName(), d + '/');
|
assertEquals(res.iterator().next().getName(), d + File.separator);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue