You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2014/05/07 18:17:27 UTC

git commit: fixing integration test failures

Repository: airavata
Updated Branches:
  refs/heads/master 956e8d594 -> f11b02de9


fixing integration test failures


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f11b02de
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f11b02de
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f11b02de

Branch: refs/heads/master
Commit: f11b02de9f5b4ea58edeb6a72fcac83ec2402cef
Parents: 956e8d5
Author: lahiru <la...@apache.org>
Authored: Wed May 7 12:16:45 2014 -0400
Committer: lahiru <la...@apache.org>
Committed: Wed May 7 12:16:45 2014 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/airavata/integration/DataRetrievalIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/f11b02de/modules/integration-tests/src/test/java/org/apache/airavata/integration/DataRetrievalIT.java
----------------------------------------------------------------------
diff --git a/modules/integration-tests/src/test/java/org/apache/airavata/integration/DataRetrievalIT.java b/modules/integration-tests/src/test/java/org/apache/airavata/integration/DataRetrievalIT.java
index 28faf15..e4773f6 100644
--- a/modules/integration-tests/src/test/java/org/apache/airavata/integration/DataRetrievalIT.java
+++ b/modules/integration-tests/src/test/java/org/apache/airavata/integration/DataRetrievalIT.java
@@ -187,7 +187,7 @@ public class DataRetrievalIT extends AbstractIntegrationTest {
 		List<DataObjectType> exInputs = new ArrayList<DataObjectType>();
 		DataObjectType input = new DataObjectType();
 		input.setKey("echo_input");
-		// input.setType(DataType.STRING.toString());
+		input.setType(DataType.STRING);
 		input.setValue("echo_output=Hello World");
 		exInputs.add(input);