You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2018/06/19 19:12:23 UTC

[1/2] tomee git commit: adding netbeans IDE info to gitignore

Repository: tomee
Updated Branches:
  refs/heads/master c381de03b -> 344cc5cd5


adding netbeans IDE info to gitignore


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

Branch: refs/heads/master
Commit: 1e0438fb8352d7c38d32d3d5d32dbd2fd030263c
Parents: c381de0
Author: Mark Struberg <st...@apache.org>
Authored: Tue Jun 19 21:10:21 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Jun 19 21:10:21 2018 +0200

----------------------------------------------------------------------
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/1e0438fb/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9bbb2a3..0fa9ed4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@ quick.bat
 /tomee/tomee-plus-webapp/overlays/
 /temp
 /report.txt
+nb-configuration.xml
+


Re: Fwd: [2/2] tomee git commit: add testng runner files for tests which are under development.

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
 oh, was so used to having those directly in the root so it's obvious what to tweak ^^
txs 4 the pointer, feel free to remove them again.
LieGrue,strub

    On Tuesday, 19 June 2018, 21:28:35 CEST, Romain Manni-Bucau <rm...@gmail.com> wrote:  
 
 FYI we already have these files in src/test/resources ;)

---------- Forwarded message ---------
From: <st...@apache.org>
Date: mar. 19 juin 2018 21:12
Subject: [2/2] tomee git commit: add testng runner files for tests which
are under development.
To: <co...@tomee.apache.org>


add testng runner files for tests which are under development.

Just change those files as needed. But please don't check all changes in...


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

Branch: refs/heads/master
Commit: 344cc5cd52f43eab3d13ce39f3b308582350af45
Parents: 1e0438f
Author: Mark Struberg <st...@apache.org>
Authored: Tue Jun 19 21:11:32 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Jun 19 21:11:32 2018 +0200

----------------------------------------------------------------------
 tck/cdi-embedded/dev-tests.xml | 60 +++++++++++++++++++++++++++++++++++
 tck/cdi-tomee/dev-tests.xml    | 62 +++++++++++++++++++++++++++++++++++++
 2 files changed, 122 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-embedded/dev-tests.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/dev-tests.xml b/tck/cdi-embedded/dev-tests.xml
new file mode 100644
index 0000000..52e88d3
--- /dev/null
+++ b/tck/cdi-embedded/dev-tests.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  -->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue" >
+  <listeners>
+    <!-- debug -->
+    <!--listener
class-name="org.apache.openejb.tck.cdi.embedded.GCListener"/-->
+    <!-- Required - avoid randomly mixed test method execution -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor"/>
+    <!-- Optional - intended for debug purpose only -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener"/>
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener"/>
+    <!-- Optional - it's recommended to disable the default JUnit XML
reporter -->
+    <!-- too slow to be there by default
+    <listener class-name="org.testng.reporters.SuiteHTMLReporter"/>
+    <listener class-name="org.testng.reporters.FailedReporter"/>
+    <listener class-name="org.testng.reporters.XMLReporter"/>
+    <listener class-name="org.testng.reporters.EmailableReporter"/>
+    <listener class-name="org.apache.openejb.tck.testng.HTMLReporter"/>
+    -->
+  </listeners>
+
+  <test name="JSR-365 TCK">
+<!--
+    <packages>
+      <package name="org.jboss.cdi.tck.tests.*">
+        &lt;!&ndash; CHALLENGED TCK TESTS: clarifying this in the EG
&ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
+        &lt;!&ndash; CDITCK-432 &ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
+      </package>
+      <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
+    </packages>
+-->
+
+    <classes>
+      <!-- fails due to integration issue within openejb-http, but passes
on cdi-tomee -->
+      <class
name="org.jboss.cdi.tck.tests.implementation.builtin.metadata.session.BuiltinMetadataSessionBeanTest">
+        <methods><include name="testInterceptorMetadata"/></methods>
+      </class>
+
+    </classes>
+  </test>
+</suite>
+

http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-tomee/dev-tests.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/dev-tests.xml b/tck/cdi-tomee/dev-tests.xml
new file mode 100644
index 0000000..f42d9a0
--- /dev/null
+++ b/tck/cdi-tomee/dev-tests.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  -->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue" >
+  <listeners>
+    <!-- debug -->
+    <!--listener
class-name="org.apache.openejb.tck.cdi.embedded.GCListener"/-->
+    <!-- Required - avoid randomly mixed test method execution -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor"/>
+    <!-- Optional - intended for debug purpose only -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener"/>
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener"/>
+    <!-- Optional - it's recommended to disable the default JUnit XML
reporter -->
+    <!-- too slow to be there by default
+    <listener class-name="org.testng.reporters.SuiteHTMLReporter"/>
+    <listener class-name="org.testng.reporters.FailedReporter"/>
+    <listener class-name="org.testng.reporters.XMLReporter"/>
+    <listener class-name="org.testng.reporters.EmailableReporter"/>
+    <listener class-name="org.apache.openejb.tck.testng.HTMLReporter"/>
+    -->
+  </listeners>
+
+  <test name="JSR-365 TCK">
+<!--
+    <packages>
+      <package name="org.jboss.cdi.tck.tests.*">
+        &lt;!&ndash; CHALLENGED TCK TESTS: clarifying this in the EG
&ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
+        &lt;!&ndash; CDITCK-432 &ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
+      </package>
+      <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
+    </packages>
+-->
+
+    <classes>
+      <class
name="org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookupTest"/>
+<!--
+      <class
name="org.jboss.cdi.tck.tests.context.request.event.RequestScopeEventTest">
+        <methods><include name=".*"/></methods>
+      </class>
+-->
+
+    </classes>
+  </test>
+</suite>
+
  

Fwd: [2/2] tomee git commit: add testng runner files for tests which are under development.

Posted by Romain Manni-Bucau <rm...@gmail.com>.
FYI we already have these files in src/test/resources ;)

---------- Forwarded message ---------
From: <st...@apache.org>
Date: mar. 19 juin 2018 21:12
Subject: [2/2] tomee git commit: add testng runner files for tests which
are under development.
To: <co...@tomee.apache.org>


add testng runner files for tests which are under development.

Just change those files as needed. But please don't check all changes in...


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

Branch: refs/heads/master
Commit: 344cc5cd52f43eab3d13ce39f3b308582350af45
Parents: 1e0438f
Author: Mark Struberg <st...@apache.org>
Authored: Tue Jun 19 21:11:32 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Jun 19 21:11:32 2018 +0200

----------------------------------------------------------------------
 tck/cdi-embedded/dev-tests.xml | 60 +++++++++++++++++++++++++++++++++++
 tck/cdi-tomee/dev-tests.xml    | 62 +++++++++++++++++++++++++++++++++++++
 2 files changed, 122 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-embedded/dev-tests.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/dev-tests.xml b/tck/cdi-embedded/dev-tests.xml
new file mode 100644
index 0000000..52e88d3
--- /dev/null
+++ b/tck/cdi-embedded/dev-tests.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  -->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue" >
+  <listeners>
+    <!-- debug -->
+    <!--listener
class-name="org.apache.openejb.tck.cdi.embedded.GCListener"/-->
+    <!-- Required - avoid randomly mixed test method execution -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor"/>
+    <!-- Optional - intended for debug purpose only -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener"/>
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener"/>
+    <!-- Optional - it's recommended to disable the default JUnit XML
reporter -->
+    <!-- too slow to be there by default
+    <listener class-name="org.testng.reporters.SuiteHTMLReporter"/>
+    <listener class-name="org.testng.reporters.FailedReporter"/>
+    <listener class-name="org.testng.reporters.XMLReporter"/>
+    <listener class-name="org.testng.reporters.EmailableReporter"/>
+    <listener class-name="org.apache.openejb.tck.testng.HTMLReporter"/>
+    -->
+  </listeners>
+
+  <test name="JSR-365 TCK">
+<!--
+    <packages>
+      <package name="org.jboss.cdi.tck.tests.*">
+        &lt;!&ndash; CHALLENGED TCK TESTS: clarifying this in the EG
&ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
+        &lt;!&ndash; CDITCK-432 &ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
+      </package>
+      <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
+    </packages>
+-->
+
+    <classes>
+      <!-- fails due to integration issue within openejb-http, but passes
on cdi-tomee -->
+      <class
name="org.jboss.cdi.tck.tests.implementation.builtin.metadata.session.BuiltinMetadataSessionBeanTest">
+        <methods><include name="testInterceptorMetadata"/></methods>
+      </class>
+
+    </classes>
+  </test>
+</suite>
+

http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-tomee/dev-tests.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/dev-tests.xml b/tck/cdi-tomee/dev-tests.xml
new file mode 100644
index 0000000..f42d9a0
--- /dev/null
+++ b/tck/cdi-tomee/dev-tests.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  -->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue" >
+  <listeners>
+    <!-- debug -->
+    <!--listener
class-name="org.apache.openejb.tck.cdi.embedded.GCListener"/-->
+    <!-- Required - avoid randomly mixed test method execution -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor"/>
+    <!-- Optional - intended for debug purpose only -->
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener"/>
+    <listener
class-name="org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener"/>
+    <!-- Optional - it's recommended to disable the default JUnit XML
reporter -->
+    <!-- too slow to be there by default
+    <listener class-name="org.testng.reporters.SuiteHTMLReporter"/>
+    <listener class-name="org.testng.reporters.FailedReporter"/>
+    <listener class-name="org.testng.reporters.XMLReporter"/>
+    <listener class-name="org.testng.reporters.EmailableReporter"/>
+    <listener class-name="org.apache.openejb.tck.testng.HTMLReporter"/>
+    -->
+  </listeners>
+
+  <test name="JSR-365 TCK">
+<!--
+    <packages>
+      <package name="org.jboss.cdi.tck.tests.*">
+        &lt;!&ndash; CHALLENGED TCK TESTS: clarifying this in the EG
&ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
+        &lt;!&ndash; CDITCK-432 &ndash;&gt;
+        <exclude
name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
+      </package>
+      <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
+    </packages>
+-->
+
+    <classes>
+      <class
name="org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookupTest"/>
+<!--
+      <class
name="org.jboss.cdi.tck.tests.context.request.event.RequestScopeEventTest">
+        <methods><include name=".*"/></methods>
+      </class>
+-->
+
+    </classes>
+  </test>
+</suite>
+

[2/2] tomee git commit: add testng runner files for tests which are under development.

Posted by st...@apache.org.
add testng runner files for tests which are under development.

Just change those files as needed. But please don't check all changes in...


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

Branch: refs/heads/master
Commit: 344cc5cd52f43eab3d13ce39f3b308582350af45
Parents: 1e0438f
Author: Mark Struberg <st...@apache.org>
Authored: Tue Jun 19 21:11:32 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Jun 19 21:11:32 2018 +0200

----------------------------------------------------------------------
 tck/cdi-embedded/dev-tests.xml | 60 +++++++++++++++++++++++++++++++++++
 tck/cdi-tomee/dev-tests.xml    | 62 +++++++++++++++++++++++++++++++++++++
 2 files changed, 122 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-embedded/dev-tests.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/dev-tests.xml b/tck/cdi-embedded/dev-tests.xml
new file mode 100644
index 0000000..52e88d3
--- /dev/null
+++ b/tck/cdi-embedded/dev-tests.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  -->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue" >
+  <listeners>
+    <!-- debug -->
+    <!--listener class-name="org.apache.openejb.tck.cdi.embedded.GCListener"/-->
+    <!-- Required - avoid randomly mixed test method execution -->
+    <listener class-name="org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor"/>
+    <!-- Optional - intended for debug purpose only -->
+    <listener class-name="org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener"/>
+    <listener class-name="org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener"/>
+    <!-- Optional - it's recommended to disable the default JUnit XML reporter -->
+    <!-- too slow to be there by default
+    <listener class-name="org.testng.reporters.SuiteHTMLReporter"/>
+    <listener class-name="org.testng.reporters.FailedReporter"/>
+    <listener class-name="org.testng.reporters.XMLReporter"/>
+    <listener class-name="org.testng.reporters.EmailableReporter"/>
+    <listener class-name="org.apache.openejb.tck.testng.HTMLReporter"/>
+    -->
+  </listeners>
+
+  <test name="JSR-365 TCK">
+<!--
+    <packages>
+      <package name="org.jboss.cdi.tck.tests.*">
+        &lt;!&ndash; CHALLENGED TCK TESTS: clarifying this in the EG &ndash;&gt;
+        <exclude name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
+        &lt;!&ndash; CDITCK-432 &ndash;&gt;
+        <exclude name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
+      </package>
+      <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
+    </packages>
+-->
+
+    <classes>
+      <!-- fails due to integration issue within openejb-http, but passes on cdi-tomee -->
+      <class name="org.jboss.cdi.tck.tests.implementation.builtin.metadata.session.BuiltinMetadataSessionBeanTest">
+        <methods><include name="testInterceptorMetadata"/></methods>
+      </class>
+
+    </classes>
+  </test>
+</suite>
+

http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-tomee/dev-tests.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/dev-tests.xml b/tck/cdi-tomee/dev-tests.xml
new file mode 100644
index 0000000..f42d9a0
--- /dev/null
+++ b/tck/cdi-tomee/dev-tests.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  -->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue" >
+  <listeners>
+    <!-- debug -->
+    <!--listener class-name="org.apache.openejb.tck.cdi.embedded.GCListener"/-->
+    <!-- Required - avoid randomly mixed test method execution -->
+    <listener class-name="org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor"/>
+    <!-- Optional - intended for debug purpose only -->
+    <listener class-name="org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener"/>
+    <listener class-name="org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener"/>
+    <!-- Optional - it's recommended to disable the default JUnit XML reporter -->
+    <!-- too slow to be there by default
+    <listener class-name="org.testng.reporters.SuiteHTMLReporter"/>
+    <listener class-name="org.testng.reporters.FailedReporter"/>
+    <listener class-name="org.testng.reporters.XMLReporter"/>
+    <listener class-name="org.testng.reporters.EmailableReporter"/>
+    <listener class-name="org.apache.openejb.tck.testng.HTMLReporter"/>
+    -->
+  </listeners>
+
+  <test name="JSR-365 TCK">
+<!--
+    <packages>
+      <package name="org.jboss.cdi.tck.tests.*">
+        &lt;!&ndash; CHALLENGED TCK TESTS: clarifying this in the EG &ndash;&gt;
+        <exclude name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
+        &lt;!&ndash; CDITCK-432 &ndash;&gt;
+        <exclude name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
+      </package>
+      <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
+    </packages>
+-->
+
+    <classes>
+      <class name="org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookupTest"/>
+<!--
+      <class name="org.jboss.cdi.tck.tests.context.request.event.RequestScopeEventTest">
+        <methods><include name=".*"/></methods>
+      </class>
+-->
+
+    </classes>
+  </test>
+</suite>
+