From c8669a63c36237b4497a8857b9e7fa7d674de83d Mon Sep 17 00:00:00 2001 From: "adrian.f.cole" Date: Mon, 29 Jun 2009 10:15:35 +0000 Subject: [PATCH] Issue 70: unicode tests should be named as such, nesting these inside acl tests confuses the tester git-svn-id: http://jclouds.googlecode.com/svn/trunk@1487 3d8758e0-26b5-11de-8745-db77d3ebf521 --- .../s3/commands/GetAccessControlListIntegrationTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/s3/core/src/test/java/org/jclouds/aws/s3/commands/GetAccessControlListIntegrationTest.java b/aws/s3/core/src/test/java/org/jclouds/aws/s3/commands/GetAccessControlListIntegrationTest.java index 76410e9d87..b2afe3bc66 100644 --- a/aws/s3/core/src/test/java/org/jclouds/aws/s3/commands/GetAccessControlListIntegrationTest.java +++ b/aws/s3/core/src/test/java/org/jclouds/aws/s3/commands/GetAccessControlListIntegrationTest.java @@ -69,7 +69,7 @@ public class GetAccessControlListIntegrationTest extends S3IntegrationTest { @Test void testPrivateAclIsDefaultForObject() throws InterruptedException, ExecutionException, TimeoutException, IOException { - String privateObjectKey = "pr“vate-acl"; + String privateObjectKey = "private-acl"; String bucketName = getBucketName(); try { // Private object @@ -90,7 +90,7 @@ public class GetAccessControlListIntegrationTest extends S3IntegrationTest { @Test void testPublicReadOnObject() throws InterruptedException, ExecutionException, TimeoutException, IOException { - String publicReadObjectKey = "pŸblic-read-acl"; + String publicReadObjectKey = "public-read-acl"; String bucketName = getBucketName(); try { client.putObject(bucketName, new S3Object(publicReadObjectKey, ""), new PutObjectOptions() @@ -114,7 +114,7 @@ public class GetAccessControlListIntegrationTest extends S3IntegrationTest { @Test void testPublicWriteOnObject() throws InterruptedException, ExecutionException, TimeoutException, IOException { - String publicReadWriteObjectKey = "pŸblic-read-write-acl"; + String publicReadWriteObjectKey = "public-read-write-acl"; String bucketName = getBucketName(); try { // Public Read-Write object