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:
jamurty 2009-05-22 01:07:06 +00:00
parent aa68466004
commit 0d64c52f8c
1 changed files with 1 additions and 1 deletions

View File

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