> @@ -454,8 +454,12 @@ public void blobNotFound() throws InterruptedException {
>
> @DataProvider(name = "delete")
> public Object[][] createData() {
> - return new Object[][] { { "normal" }, { "sp ace" }, { "qu?stion" }, {
> "unic₪de" }, { "path/foo" }, { "colon:" },
> + if(System.getProperty("os.name").toLowerCase().contains("windows")) {Add space between if and (. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/168/files#r6814460
