Issue 117: fixed pom.xml and character encodings

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2267 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-11-12 15:42:49 +00:00
parent ed1921f261
commit 9a654d7708
5 changed files with 5 additions and 5 deletions

View File

@ -37,6 +37,6 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>jclouds Maven archetypes</name> <name>jclouds Maven archetypes</name>
<modules> <modules>
<module>jclouds-json-client-archetype</module> <module>json-client-archetype</module>
</modules> </modules>
</project> </project>

View File

@ -295,7 +295,7 @@ public class BaseBlobIntegrationTest<S> extends BaseBlobStoreIntegrationTest<S>
@DataProvider(name = "delete") @DataProvider(name = "delete")
public Object[][] createData() { public Object[][] createData() {
return new Object[][] { { "normal" }, { "sp ace" }, { "qu?stion" }, { "unic¿de" }, return new Object[][] { { "normal" }, { "sp ace" }, { "qu?stion" }, { "unicde" },
{ "path/foo" }, { "colon:" }, { "asteri*k" }, { "quote\"" }, { "{great<r}" }, { "path/foo" }, { "colon:" }, { "asteri*k" }, { "quote\"" }, { "{great<r}" },
{ "lesst>en" }, { "p|pe" } }; { "lesst>en" }, { "p|pe" } };
} }

View File

@ -73,7 +73,7 @@ public abstract class BaseHttpCommandExecutorServiceTest extends BaseJettyTest {
@DataProvider(name = "gets") @DataProvider(name = "gets")
public Object[][] createData() { public Object[][] createData() {
return new Object[][] { { "object" }, { "/path" }, { "sp ace" }, { "unic¿de" }, return new Object[][] { { "object" }, { "/path" }, { "sp ace" }, { "unicde" },
{ "qu?stion" } }; { "qu?stion" } };
} }

View File

@ -1220,7 +1220,7 @@ public class RestAnnotationProcessorTest {
@DataProvider(name = "strings") @DataProvider(name = "strings")
public Object[][] createData() { public Object[][] createData() {
return new Object[][] { { "apples" }, { "sp ace" }, { "unic¿de" }, { "qu?stion" } }; return new Object[][] { { "apples" }, { "sp ace" }, { "unicde" }, { "qu?stion" } };
} }
@Test(dataProvider = "strings") @Test(dataProvider = "strings")

View File

@ -99,7 +99,7 @@ pageTracker._trackPageview();
</excludes> </excludes>
<properties> <properties>
<year>${project.inceptionYear}</year> <year>${project.inceptionYear}</year>
<email>adrian@jclouds.org</email> <email>info@cloudconscious.com</email>
</properties> </properties>
</configuration> </configuration>
</plugin> </plugin>