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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jul 23 09:23:39 EDT 2009


Author: hardy.ferentschik
Date: 2009-07-23 09:23:39 -0400 (Thu, 23 Jul 2009)
New Revision: 17196

Modified:
   beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
Log:
audit file updates

Modified: beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
===================================================================
--- beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml	2009-07-23 13:11:41 UTC (rev 17195)
+++ beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml	2009-07-23 13:23:39 UTC (rev 17196)
@@ -756,7 +756,7 @@
                 raised</text>
         </assertion>
     </section>
-    <section id="4.4.4.1" title="">
+    <section id="4.4.4.1" title="ValidationProviderResolver">
         <assertion id="a">
             <text>ValidationProviderResolver returns the list of Bean Validation providers available
                 at runtime and more specifically a ValidationProvider instance for each provider
@@ -778,30 +778,26 @@
                 file</text>
         </assertion>
         <assertion id="b">
-            <text>The key uniquely identifying a Bean Validation provider is a provider specific sub
-                interface of Configuration</text>
+            <text>The key uniquely identifying a Bean Validation provider is the ValidationProvider implementation 
+                specific to this provider</text>
         </assertion>
         <assertion id="c">
-            <text>Retrieve available providers using
-                ValidationProviderResolver.getValidationProviders(). • The first
-                ValidationProvider matching the requested provider is returned</text>
+            <text>The provider discovery mechanism retrieve all available providers using
+                ValidationProviderResolver.getValidationProviders() and returns the first
+                ValidationProvider matching the requested provider</text>
         </assertion>
         <assertion id="d">
-            <text>Providers are evaluated in the order they are returned by
-                ValidationProviderResolver</text>
-        </assertion>
-        <assertion id="e">
             <text>When the default Bean Validation provider is requested, the first
                 ValidationProvider returned by the Valida- tionProviderResolver strategy is
                 returned</text>
         </assertion>
-        <assertion id="f">
+        <assertion id="e">
             <text>Every Bean Validation provider must provide a ValidationProvider implementation
                 containing a public no-arg constructor and add the corresponding
                 META-INF/services/javax.validation.spi.ValidationProvider file descriptor in one of
                 its jars.</text>
         </assertion>
-        <assertion id="g">
+        <assertion id="f">
             <text>If a problem occurs while building the ValidationFactory, a ValidationException is
                 raised</text>
         </assertion>
@@ -817,8 +813,8 @@
                 providers</text>
         </assertion>
         <assertion id="c">
-            <text>When building the Configuration object, if the ValidationProviderResolver either
-                fail or if the expected provider is not found, a ValidationException is
+            <text>When building the Configuration object, if the ValidationProviderResolver 
+                fais or if the expected provider is not found, a ValidationException is
                 raised</text>
         </assertion>
     </section>



More information about the hibernate-commits mailing list