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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Aug 21 08:09:34 EDT 2009


Author: hardy.ferentschik
Date: 2009-08-21 08:09:34 -0400 (Fri, 21 Aug 2009)
New Revision: 17393

Modified:
   beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
Log:
fixed some typos

Modified: beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
===================================================================
--- beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml	2009-08-21 12:09:02 UTC (rev 17392)
+++ beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml	2009-08-21 12:09:34 UTC (rev 17393)
@@ -200,7 +200,7 @@
                 path to the bean or property hosting the constraint</text>
         </assertion>
         <assertion id="q">
-            <text>You can point an error to a subpath of this default path by using the er- ror
+            <text>You can point an error to a subpath of this default path by using the error
                 builder fluent API.</text>
         </assertion>
     </section>
@@ -1135,15 +1135,15 @@
         </assertion>
         <assertion id="b">
             <text>If not declared, the default value defined in the encapsulating bean element is
-                con- sidered</text>
+                considered</text>
         </assertion>
         <assertion id="c">
             <text>When ignore-annotations is true, property-level Bean Validation annotations on the
-                targeted property are ig- nored (including the @Valid)</text>
+                targeted property are ignored (including the @Valid)</text>
         </assertion>
         <assertion id="d">
             <text>When ignore-annotations is false, constraints declared in XML and constraints
-                declared in annotations are added and form the list of property- level declared
+                declared in annotations are added and form the list of property-level declared
                 constraints.</text>
         </assertion>
         <assertion id="e">
@@ -1200,7 +1200,7 @@
         </assertion>
         <assertion id="b">
             <text>If include-existing-validator is set to false, ConstraintValidator defined on the
-                constraint annotation are ig- nored</text>
+                constraint annotation are ignored</text>
         </assertion>
         <assertion id="c">
             <text>If set to true, the list of ConstraintValidators described in XML are concatenated
@@ -1221,7 +1221,7 @@
         <assertion id="a">
             <text>Every (runtime) exception raised either at initialization time or execution time
                 by any of the extension interfaces (ConstraintValidator, ConstraintValidatorFactory,
-                MessageInterpolator, TraversableResolver, Valida- tionProviderResolver) is wrapped
+                MessageInterpolator, TraversableResolver, ValidationProviderResolver) is wrapped
                 in a ValidationException</text>
         </assertion>
     </section>



More information about the hibernate-commits mailing list