mirror of
https://github.com/apache/jclouds.git
synced 2025-02-25 20:18:47 +00:00
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);
|
||||
assertEquals(bucket.getMarker(), "y");
|
||||
assert !bucket.isTruncated();
|
||||
assertEquals(bucket.getContents().size(), 2);
|
||||
assertEquals(bucket.getContents().size(), 1);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user