Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Enabling org.remote.tests for EAT ...
Browse files Browse the repository at this point in the history
  • Loading branch information
panossot committed Sep 25, 2019
1 parent 0f25994 commit 9513b38
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cloneRemoteTests.sh 100644 → 100755
Expand Up @@ -12,7 +12,7 @@ if [ -z "$SUBDIR" ]; then
exit 1
fi

rm -R remoteSrc
rm -Rf remoteSrc
mkdir remoteSrc
cd remoteSrc
# echo "========= " . $GITHUB_REPO . " " . $SUBDIR
Expand Down
Expand Up @@ -47,6 +47,7 @@
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/BasicTest.java</include>
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/AdditionalTestsuiteServerIntegrationTest.java</include>
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/*TestCase.java</include>
<include>org/remote/tests/**/*Test.java</include>
</includes>
</configuration>
</execution>
Expand Down
24 changes: 24 additions & 0 deletions modules/testcases/jdkAll/Eap72x-Proposed/pom.xml
Expand Up @@ -173,6 +173,18 @@
<artifactId>netty-all</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>

Expand Down Expand Up @@ -329,6 +341,18 @@
<artifactId>netty-all</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>

Expand Down
Expand Up @@ -47,6 +47,7 @@
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/BasicTest.java</include>
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/AdditionalTestsuiteServerIntegrationTest.java</include>
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/*TestCase.java</include>
<include>org/remote/tests/**/*Test.java</include>
</includes>
</configuration>
</execution>
Expand Down
24 changes: 24 additions & 0 deletions modules/testcases/jdkAll/Eap72x/pom.xml
Expand Up @@ -173,6 +173,18 @@
<artifactId>netty-all</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>

Expand Down Expand Up @@ -329,6 +341,18 @@
<artifactId>netty-all</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>

Expand Down
Expand Up @@ -58,6 +58,7 @@
<includes>
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/*Test.java</include>
<include>org/jboss/additional/testsuite/jdkall/present/basic/**/*TestCase.java</include>
<include>org/remote/tests/**/*Test.java</include>
</includes>
</configuration>
</execution>
Expand Down
24 changes: 24 additions & 0 deletions modules/testcases/jdkAll/Wildfly/pom.xml
Expand Up @@ -407,6 +407,18 @@
<artifactId>netty-all</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>

</profile>
Expand Down Expand Up @@ -798,6 +810,18 @@
<artifactId>netty-all</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>

</profile>
Expand Down

0 comments on commit 9513b38

Please sign in to comment.