[hibernate-commits] Hibernate SVN: r17503 - beanvalidation/trunk/validation-tck/src/main/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Sep 10 09:29:31 EDT 2009


Author: hardy.ferentschik
Date: 2009-09-10 09:29:31 -0400 (Thu, 10 Sep 2009)
New Revision: 17503

Modified:
   beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
Log:
HV-223

Modified: beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
===================================================================
--- beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml	2009-09-10 13:22:40 UTC (rev 17502)
+++ beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml	2009-09-10 13:29:31 UTC (rev 17503)
@@ -940,6 +940,10 @@
                 by its name as per the JavaBeans convention: field level and getter level
                 constraints of the given name are all returned</text>
         </assertion>
+        <assertion id="c">
+            <text>getConstraintsForProperty throws an IllegalArgumentException if the propertyName
+                parameter is null</text>
+        </assertion>        
     </section>
     <section id="5.4" title="PropertyDescriptor">
         <assertion id="a">



More information about the hibernate-commits mailing list