mirror of https://github.com/apache/jclouds.git
Corrected integration test - object listings include objects matching the marker. Should rename afterMarker helper to fromMarker?
git-svn-id: http://jclouds.googlecode.com/svn/trunk@828 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
aa68466004
commit
0d64c52f8c
|
@ -77,7 +77,7 @@ public class ListBucketIntegrationTest extends S3IntegrationTest {
|
|||
10, TimeUnit.SECONDS);
|
||||
assertEquals(bucket.getMarker(), "y");
|
||||
assert !bucket.isTruncated();
|
||||
assertEquals(bucket.getContents().size(), 1);
|
||||
assertEquals(bucket.getContents().size(), 2);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue