Branch: refs/heads/master
Home:
https://github.com/beanvalidation/beanvalidation-tck
Commit: cbaf861a294444de101e2f32c9d42c383f8613ad
https://github.com/beanvalidation/beanvalidation-tck/commit/cbaf861a29444...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M pom.xml
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/metadata/ExecutableDescriptorTest.java
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/ConstructorValidationTest.java
M
tests/src/main/java/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/MethodValidationTest.java
M
tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/methodvalidation/validation-ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest.xml
Log Message:
-----------
BVTCK-42 Rename areParametersConstrained to hasConstrainedParameters and
isReturnValueConstrained to hasConstrainedReturnValue in ExecutableDescriptor.
Also renaming <validated-executables> to <default-validated-executables>.
Depending on BV API snapshot.