You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/09/30 19:11:05 UTC

svn commit: r1003172 - /openwebbeans/trunk/webbeans-tck/standalone-suite.xml

Author: struberg
Date: Thu Sep 30 17:11:04 2010
New Revision: 1003172

URL: http://svn.apache.org/viewvc?rev=1003172&view=rev
Log:
drop tabs and exclude test see CDITCK-183

Modified:
    openwebbeans/trunk/webbeans-tck/standalone-suite.xml

Modified: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/standalone-suite.xml?rev=1003172&r1=1003171&r2=1003172&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Thu Sep 30 17:11:04 2010
@@ -15,76 +15,92 @@
 	the specific language governing permissions and limitations under the
 	License.
 -->
-<suite name="JSR-299 TCK" verbose="2"  >
-   <test name="JSR-299 TCK">
-      <method-selectors> 
-        
-         <method-selector>
-            <selector-class name="org.jboss.testharness.impl.testng.DisableIntegrationTestsMethodSelector" />
-         </method-selector>
-				
-         <method-selector>
-            <selector-class name="org.jboss.testharness.impl.testng.ExcludeIncontainerUnderInvestigationMethodSelector" />
-         </method-selector>
-      </method-selectors>
-      
-      <groups>
-         <run>
-            <exclude name="ri-broken" />
-            <exclude name="jboss-as-broken" />
-            <exclude name="broken" />
-            <exclude name="integration"></exclude>
-         </run>
-      </groups>
-      
-     <classes>
-     	
-     	<!-- Not necessary test some EJBs in standalone mode!!! -->
-     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest">
-     		<methods>
-     			<exclude name="testConstructorAnnotatedInjectCalled"></exclude>
-     		</methods>
-     	</class>
-     	<!-- Not necessary test some EJBs in standalone mode!!! -->
-     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithRequestScope.SingletonWithRequestScopeTest">
-     		<methods>
-     			<exclude name="testSingletonWithRequestScopeFails"></exclude>
-     		</methods>
-     	</class>
-     	<!-- Not necessary test some EJBs in standalone mode!!! -->
-     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithSessionScope.SingletonWithSessionScopeTest">
-     		<methods>
-     			<exclude name="testSingletonWithSessionScopeFails"></exclude>
-     		</methods>
-     	</class>
-     	<!-- Not necessary test some EJBs in standalone mode!!! -->
-     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithConversationScope.SingletonWithConversationScopeTest">
-     		<methods>
-     			<exclude name="testSingletonWithConversationScopeFails"></exclude>
-     		</methods>
-     	</class>
-     	
-     	     	
-     	<!-- ERROR IN CDI-TCK-137 -->
-     	<class name="org.jboss.jsr299.tck.tests.decorators.invocation.DecoratorInvocationTest">
-     		<methods>
-     			<exclude name="testChainedDecoratorInvocation"></exclude>
-     		</methods>
-     	</class>     	
-
-     	
-     	<!-- ERROR IN CDITCK-138 -->
-     	<class name="org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectionPointTest">
-     		<methods>
-     			<exclude name="testIsDelegate"></exclude>
-     		</methods>
-     	</class>          	
-     	
-     </classes>
-     
-      <packages>         
-         <package name="org.jboss.jsr299.tck.tests.*"></package>
-      </packages>
-   </test>
-   
+<suite name="JSR-299 TCK" verbose="2">
+    <test name="JSR-299 TCK">
+        <method-selectors>
+
+            <method-selector>
+                <selector-class
+                    name="org.jboss.testharness.impl.testng.DisableIntegrationTestsMethodSelector" />
+            </method-selector>
+
+            <method-selector>
+                <selector-class
+                    name="org.jboss.testharness.impl.testng.ExcludeIncontainerUnderInvestigationMethodSelector" />
+            </method-selector>
+        </method-selectors>
+
+        <groups>
+            <run>
+                <exclude name="ri-broken" />
+                <exclude name="jboss-as-broken" />
+                <exclude name="broken" />
+                <exclude name="integration"></exclude>
+            </run>
+        </groups>
+
+        <classes>
+
+            <!-- Not necessary test some EJBs in standalone mode!!! -->
+            <class
+                name="org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest">
+                <methods>
+                    <exclude name="testConstructorAnnotatedInjectCalled"></exclude>
+                </methods>
+            </class>
+            <!-- Not necessary test some EJBs in standalone mode!!! -->
+            <class
+                name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithRequestScope.SingletonWithRequestScopeTest">
+                <methods>
+                    <exclude name="testSingletonWithRequestScopeFails"></exclude>
+                </methods>
+            </class>
+            <!-- Not necessary test some EJBs in standalone mode!!! -->
+            <class
+                name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithSessionScope.SingletonWithSessionScopeTest">
+                <methods>
+                    <exclude name="testSingletonWithSessionScopeFails"></exclude>
+                </methods>
+            </class>
+            <!-- Not necessary test some EJBs in standalone mode!!! -->
+            <class
+                name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithConversationScope.SingletonWithConversationScopeTest">
+                <methods>
+                    <exclude name="testSingletonWithConversationScopeFails"></exclude>
+                </methods>
+            </class>
+
+
+            <!-- ERROR IN CDI-TCK-137 -->
+            <class
+                name="org.jboss.jsr299.tck.tests.decorators.invocation.DecoratorInvocationTest">
+                <methods>
+                    <exclude name="testChainedDecoratorInvocation"></exclude>
+                </methods>
+            </class>
+
+
+            <!-- ERROR IN CDITCK-138 -->
+            <class
+                name="org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectionPointTest">
+                <methods>
+                    <exclude name="testIsDelegate"></exclude>
+                </methods>
+            </class>
+
+            <!-- ERROR IN CDITCK-183 -->
+            <class
+                name="org.jboss.jsr299.tck.tests.context.DestroyedInstanceReturnedByGetTest">
+                <methods>
+                    <exclude name="testDestroyedInstanceMustNotBeReturnedByGet"></exclude>
+                </methods>
+            </class>
+
+        </classes>
+
+        <packages>
+            <package name="org.jboss.jsr299.tck.tests.*"></package>
+        </packages>
+    </test>
+
 </suite>