Skip to content

Commit

Permalink
BVTCK-42 Marking assertions on schema versions as "tck-not-testable" …
Browse files Browse the repository at this point in the history
…as it can't be tested which schema a provider uses
  • Loading branch information
gunnarmorling committed Mar 5, 2013
1 parent 8271d7a commit 9f9416a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/src/main/resources/tck-audit.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by tck-audit.xsl at 2013-03-04 11:57 -->
<!-- Generated by tck-audit.xsl at 2013-03-04 14:37 -->
<specification
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://jboss.com/products/weld/tck/audit"
Expand Down Expand Up @@ -1215,7 +1215,7 @@
<text>&lt;T&gt; Set&lt;ConstraintViolation&lt;T&gt;&gt; validateParameters(T object,
Method method, Object[] parameterValues, Class&lt;?&gt;... groups) validates the
arguments (as given in parameterValues) for the parameters of a given method
(identified by method). Cross-parameter constraint are also validated.
(identified by method). Cross-parameter constraints are also validated.
</text>
<note>Needs update</note>
</assertion>
Expand Down Expand Up @@ -1252,7 +1252,7 @@
validateConstructorParameters(Constructor&lt;T&gt; constructor, Object[]
parameterValues, Class&lt;?&gt;... groups) validates the arguments (as given in
parameterValues) for the parameters of a given constructor (identified by
constructor). Cross-parameter constraint are also validated.
constructor). Cross-parameter constraints are also validated.
</text>
<note>Needs update</note>
</assertion>
Expand Down Expand Up @@ -2911,7 +2911,7 @@
descriptors of Bean Validation 1.0 and 1.1.
</text>
</assertion>
<assertion id="b">
<assertion id="b" testable="false">
<text>If the version attribute attribute is not given, schema version 1.0 is to be
assumed by the Bean Validation Provider.
</text>
Expand All @@ -2929,7 +2929,7 @@
descriptors of Bean Validation 1.0 and 1.1.
</text>
</assertion>
<assertion id="b">
<assertion id="b" testable="false">
<text>If the version attribute attribute is not given, schema version 1.0 is to be
assumed by the Bean Validation Provider.
</text>
Expand Down

0 comments on commit 9f9416a

Please sign in to comment.