Skip to content

Commit

Permalink
LRQA-33560 include TestModule tck tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stiemannkj1 authored and brianchandotcom committed Apr 5, 2019
1 parent b0e8a6d commit 4d090af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-test-tck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
>
<fileset
dir="${tck.home}"
includes="**/target/tck-V*.war"
includes="**/target/tck-*.war"
/>
</copy>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static void setupPortletTCKSite(
"context");
String context = contextAttribute.getValue();

if (context.startsWith("/tck-V")) {
if (context.startsWith("/tck-")) {

if (_log.isInfoEnabled()) {
_log.info(
Expand Down
2 changes: 1 addition & 1 deletion test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@
test.batch.class.names.includes[modules-unit-jdk8]=**/src/test/**/*Test.java
test.batch.class.names.includes[modules-unit-project-templates-jdk8]=**/project-templates/**/src/test/**/*Test.java

test.batch.class.names.includes[tck-jdk8]=deploy/target/deploy-files/tck-V2*.war,deploy/target/deploy-files/tck-V3*.war
test.batch.class.names.includes[tck-jdk8]=deploy/target/deploy-files/tck-*.war
test.batch.class.names.includes[unit-jdk8]=**/test/unit/**/*Test.java

test.batch.class.names.includes.required[modules-integration-*-jdk8]=\
Expand Down

0 comments on commit 4d090af

Please sign in to comment.