fixed the test

git-svn-id: http://jclouds.googlecode.com/svn/trunk@833 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-05-22 11:14:40 +00:00
parent d91e76bdb3
commit 6b9c2431d6
1 changed files with 1 additions and 1 deletions

View File

@ -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