JCLOUDS-766: Add eu-central-1 to test expectations

Addresses AWSS3ServiceIntegrationLiveTest.testGetAssignableLocations
test failures.  Follow-on to c18371a793.
This commit is contained in:
Andrew Gaul 2016-03-17 23:44:35 -07:00
parent 7d2f1e8b4d
commit 2501122a20
1 changed files with 1 additions and 1 deletions

View File

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