reintroduce integration tests
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ea73b0be Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ea73b0be Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ea73b0be Branch: refs/heads/master Commit: ea73b0be9a495549ad19391930b0befebea4e13e Parents: f8f280f Author: Saminda Wijeratne <[email protected]> Authored: Tue Jul 8 14:20:13 2014 -0400 Committer: Saminda Wijeratne <[email protected]> Committed: Tue Jul 8 14:20:13 2014 -0400 ---------------------------------------------------------------------- modules/integration-tests/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/ea73b0be/modules/integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/modules/integration-tests/pom.xml b/modules/integration-tests/pom.xml index ff9c34e..5f8dd25 100644 --- a/modules/integration-tests/pom.xml +++ b/modules/integration-tests/pom.xml @@ -138,7 +138,7 @@ <includes> <!--include>**/*IT.java</include --> <include>**/SimpleEchoIT.java</include> - <include>**/DataRetrievalIT.java</include> + <!--include>**/DataRetrievalIT.java</include--> </includes> </configuration> <executions> http://git-wip-us.apache.org/repos/asf/airavata/blob/ea73b0be/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 980f2a6..80e75b1 100644 --- a/pom.xml +++ b/pom.xml @@ -507,7 +507,7 @@ <module>modules/test-suite</module> <module>modules/distribution</module> <module>modules/ws-messenger</module> - <!--module>modules/integration-tests</module--> + <module>modules/integration-tests</module> </modules> </profile> <profile>
