Repository: jclouds Updated Branches: refs/heads/master 7d2f1e8b4 -> 2501122a2
JCLOUDS-766: Add eu-central-1 to test expectations Addresses AWSS3ServiceIntegrationLiveTest.testGetAssignableLocations test failures. Follow-on to c18371a793f242bfee062b758836995a1cb94720. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/2501122a Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/2501122a Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/2501122a Branch: refs/heads/master Commit: 2501122a20e4780f29237984510a0dccd1c4daed Parents: 7d2f1e8 Author: Andrew Gaul <[email protected]> Authored: Thu Mar 17 23:44:35 2016 -0700 Committer: Andrew Gaul <[email protected]> Committed: Thu Mar 17 23:48:07 2016 -0700 ---------------------------------------------------------------------- .../s3/blobstore/integration/AWSS3ServiceIntegrationLiveTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/2501122a/providers/aws-s3/src/test/java/org/jclouds/aws/s3/blobstore/integration/AWSS3ServiceIntegrationLiveTest.java ---------------------------------------------------------------------- diff --git a/providers/aws-s3/src/test/java/org/jclouds/aws/s3/blobstore/integration/AWSS3ServiceIntegrationLiveTest.java b/providers/aws-s3/src/test/java/org/jclouds/aws/s3/blobstore/integration/AWSS3ServiceIntegrationLiveTest.java index 2a192ec..19a6779 100644 --- a/providers/aws-s3/src/test/java/org/jclouds/aws/s3/blobstore/integration/AWSS3ServiceIntegrationLiveTest.java +++ b/providers/aws-s3/src/test/java/org/jclouds/aws/s3/blobstore/integration/AWSS3ServiceIntegrationLiveTest.java @@ -32,7 +32,7 @@ public class AWSS3ServiceIntegrationLiveTest extends S3ServiceIntegrationLiveTes @Override protected Set<String> getIso3166Codes() { - return ImmutableSet.<String> of("US", "US-CA", "US-OR", "BR-SP", "IE", "SG", "AU-NSW", "JP-13"); + return ImmutableSet.<String> of("US", "US-CA", "US-OR", "BR-SP", "DE-HE", "IE", "SG", "AU-NSW", "JP-13"); } // Amazon returns null instead of us-standard in some situations
