Updated Branches: refs/heads/master a95fdbeeb -> aa1d4ef0a
Correct jcloud -> jclouds typo Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/aa1d4ef0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/aa1d4ef0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/aa1d4ef0 Branch: refs/heads/master Commit: aa1d4ef0a833fe2b3ee28d0af89f53b5000cb269 Parents: a95fdbe Author: Andrew Gaul <[email protected]> Authored: Sun Dec 1 11:37:11 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Sun Dec 1 11:37:11 2013 -0800 ---------------------------------------------------------------------- .../java/org/jclouds/snia/cdmi/v1/features/DataApiLiveTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/aa1d4ef0/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DataApiLiveTest.java ---------------------------------------------------------------------- diff --git a/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DataApiLiveTest.java b/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DataApiLiveTest.java index 2ae0a2b..b0ad34e 100644 --- a/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DataApiLiveTest.java +++ b/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DataApiLiveTest.java @@ -578,7 +578,7 @@ public class DataApiLiveTest extends BaseCDMIApiLiveTest { System.out.println(dataObject.getValueAsString()); assertEquals(dataObject.getMimetype(), "text/plain"); // value is SGVsbA==. This needs investigating to determine if this - // is problem with CDMI server or the jcloud client or must understanding of spec + // is problem with CDMI server or the jclouds client or must understanding of spec dataApi.delete(dataObjectNameIn); assertEquals(containerApi.get(containerName).getChildren().contains(dataObjectNameIn), false);
