From 4931d634e1e9a8a0e577fecdb3a2a40de9ac0e11 Mon Sep 17 00:00:00 2001 From: Jonathan Gallimore Date: Wed, 25 Jan 2023 17:10:28 +0000 Subject: [PATCH] Add testng to classpath, and add user/groups needed for the TCK --- tck/concurrency-standalone/pom.xml | 4 +- .../src/test/conf/tomcat-users.xml | 64 +++++++++++++++++++ .../src/test/resources/arquillian.xml | 4 ++ 3 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 tck/concurrency-standalone/src/test/conf/tomcat-users.xml diff --git a/tck/concurrency-standalone/pom.xml b/tck/concurrency-standalone/pom.xml index 7d8648b14d7..bbc2be17c70 100644 --- a/tck/concurrency-standalone/pom.xml +++ b/tck/concurrency-standalone/pom.xml @@ -50,7 +50,7 @@ Use suite.xml to test the full profile Use suite-web.xml to test the web profile --> - suite.xml + dev.xml logging.properties @@ -232,4 +232,4 @@ - \ No newline at end of file + diff --git a/tck/concurrency-standalone/src/test/conf/tomcat-users.xml b/tck/concurrency-standalone/src/test/conf/tomcat-users.xml new file mode 100644 index 00000000000..a1fd82bde32 --- /dev/null +++ b/tck/concurrency-standalone/src/test/conf/tomcat-users.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + diff --git a/tck/concurrency-standalone/src/test/resources/arquillian.xml b/tck/concurrency-standalone/src/test/resources/arquillian.xml index ab5c26e15a7..d21cb29d9d5 100644 --- a/tck/concurrency-standalone/src/test/resources/arquillian.xml +++ b/tck/concurrency-standalone/src/test/resources/arquillian.xml @@ -33,8 +33,12 @@ mvn:org.apache.derby:derby:10.16.1.1 mvn:org.apache.derby:derbytools:10.16.1.1 + mvn:org.testng:testng:6.14.3 target/tomee + + openejb.environment.default=true +