Author: hardy.ferentschik
Date: 2009-06-23 06:32:46 -0400 (Tue, 23 Jun 2009)
New Revision: 16898
Modified:
beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
Log:
Added empty chapter section to fix the audit report.
Modified: beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml
===================================================================
--- beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml 2009-06-23
08:29:55 UTC (rev 16897)
+++ beanvalidation/trunk/validation-tck/src/main/resources/tck-audit.xml 2009-06-23
10:32:46 UTC (rev 16898)
@@ -3,7 +3,8 @@
xsi:schemaLocation="http://jboss.com/products/webbeans/tck/audit
http://snapshots.jboss.org/maven2/org/hibernate/tck-utils-api/0.9-SNAPSHO...
name="JSR-303: Bean Validation" version="Revised Public Review
Draft">
- <section id="2.1" title="Constraint Definition">
+ <section id="2" title="Constraint Definition"/>
+ <section id="2.1" title="Constraint Annotation">
<assertion id="a" testable="false">
<text>An annotation is considered a constraint definition if its
retention policy
contains RUNTIME and if the annotation itself is annotated with
@@ -206,6 +207,8 @@
raised</text>
</assertion>
</section>
+
+ <section id="3" title="Constraint declaration and validation
process"/>
<section id="3.1" title="Requirements on classes to be
validated">
<assertion id="a">
<text>Properties to be validated must follow the method signature
conventions for
@@ -479,6 +482,8 @@
UnexpectedTypeException is raised</text>
</assertion>
</section>
+
+ <section id="4" title="Validation APIs"/>
<section id="4.1" title="Validator API ">
<assertion id="a" testable="false">
<text>Validator implementations are thread-safe</text>
@@ -858,6 +863,8 @@
<text>Validator is thread-safe too and should be considered a
lightweight object</text>
</assertion>
</section>
+
+ <section id="5" title="Constraint metadata request APIs"/>
<section id="5.1" title="Validator">
<assertion id="a">
<text>If a constraint definition or declaration hosted by the requested
class (or any of
@@ -908,6 +915,7 @@
constraint</text>
</assertion>
</section>
+
<section id="6" title="Built-in Constraint definitions">
<assertion id="a">
<text>Each Bean Validation provider must recognize built-in constraint
annotations as
@@ -958,6 +966,8 @@
<text>@Pattern constraint</text>
</assertion>
</section>
+
+ <section id="7" title="XML deployment descriptor"/>
<section id="7.1" title="Constraint definition and
declaration">
<assertion id="a">
<text>Specifically when exploring metadata, the Bean Validation
provider must ensure
@@ -1145,6 +1155,7 @@
ConstraintDescriptor.getConstraintValidatorClasses()</text>
</assertion>
</section>
+
<section id="8" title="Exception model">
<assertion id="a">
<text>Every (runtime) exception raised either at initialization time or
execution time