You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by rm...@apache.org on 2013/07/17 09:27:22 UTC

svn commit: r1504029 - in /bval/branches/bval-11/bval-tck11: src/test/java/org/ work-tests-suite.xml

Author: rmannibucau
Date: Wed Jul 17 07:27:22 2013
New Revision: 1504029

URL: http://svn.apache.org/r1504029
Log:
working test suite + removing InterceptorsManager hack

Removed:
    bval/branches/bval-11/bval-tck11/src/test/java/org/
Modified:
    bval/branches/bval-11/bval-tck11/work-tests-suite.xml

Modified: bval/branches/bval-11/bval-tck11/work-tests-suite.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-tck11/work-tests-suite.xml?rev=1504029&r1=1504028&r2=1504029&view=diff
==============================================================================
--- bval/branches/bval-11/bval-tck11/work-tests-suite.xml (original)
+++ bval/branches/bval-11/bval-tck11/work-tests-suite.xml Wed Jul 17 07:27:22 2013
@@ -21,26 +21,12 @@ think to add -Dvalidation.provider=org.a
 <suite name="tmp" verbose="1">
     <test name="tmp">
         <classes>
-            <class name="org.hibernate.beanvalidation.tck.tests.constraints.application.ValidationRequirementTest">
-
-            </class>
-
-            <!--
-            <class name="org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.ExecutableValidationTest">
+            <!--<class name="org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.ExecutableValidationTest">-->
+            <class name="org.hibernate.beanvalidation.tck.tests.integration.ee.cdi.ConstraintValidatorInjectionTest">
                 <methods>
 
                 </methods>
             </class>
-            -->
-
-            <!--
-            <class name="org.hibernate.beanvalidation.tck.tests.methodvalidation.MethodValidationTest">
-                <methods>
-                    <include name="constructorParameterValidationWithRedefinedDefaultGroupSequence"/>
-                </methods>
-            </class>
-            -->
-
         </classes>
     </test>
 </suite>