mirror of https://github.com/apache/jclouds.git
fixed the test
git-svn-id: http://jclouds.googlecode.com/svn/trunk@833 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
d91e76bdb3
commit
6b9c2431d6
|
@ -77,7 +77,7 @@ public class ListBucketIntegrationTest extends S3IntegrationTest {
|
||||||
10, TimeUnit.SECONDS);
|
10, TimeUnit.SECONDS);
|
||||||
assertEquals(bucket.getMarker(), "y");
|
assertEquals(bucket.getMarker(), "y");
|
||||||
assert !bucket.isTruncated();
|
assert !bucket.isTruncated();
|
||||||
assertEquals(bucket.getContents().size(), 2);
|
assertEquals(bucket.getContents().size(), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue