Once BVAL-502 is done, the tck-audit.xml needs to be re-created. Refer to the [ README.md |https://github.com/beanvalidation/beanvalidation-spec#updating-the-tck-audit-file] in the spec repository for a description of the process. There are some minor changes in the audit file caused by the migration to AsciiDoc:
* Some minor wording issues (paras with lists cannot be tagged with a rule completely; this causes two half sentences to be missing in the audit file. That's no big problem though, as the meaning of the assertion is still clear from the spec itself (when working on the TCK, you need to refer to the spec anyways, as the audit file naturally isn't 100% self-explanatory). No action needed here. * Some shifting of assertion numberings. This seems to be a glitch in the previous approach, apparently some letters were omitted in the audit file numbering before. So the new numbering looks right, but it requires all those tests referring to these statements using the `@Assertion` annotation to be adapted accordingly. |
|