Repository: bval Updated Branches: refs/heads/bv2 42a80989b -> 2c80d64d3
force en_EN to fix Locale issues In Austria I got german messages, and of course those did not match the expected messages in the TCK. Leading to 4 broken TCK tests. Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/2c80d64d Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/2c80d64d Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/2c80d64d Branch: refs/heads/bv2 Commit: 2c80d64d3c97bf9bff358d1bafc8fa6a70dd4eec Parents: 42a8098 Author: Mark Struberg <[email protected]> Authored: Mon May 14 22:22:33 2018 +0200 Committer: Mark Struberg <[email protected]> Committed: Mon May 14 22:22:33 2018 +0200 ---------------------------------------------------------------------- bval-tck/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/2c80d64d/bval-tck/pom.xml ---------------------------------------------------------------------- diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml index 5fdb4c2..745f514 100644 --- a/bval-tck/pom.xml +++ b/bval-tck/pom.xml @@ -173,6 +173,10 @@ under the License. <suiteXmlFiles> <suiteXmlFile>${basedir}/src/test/beanvalidation-tck-tests-suite.xml</suiteXmlFile> </suiteXmlFiles> + <environmentVariables> + <!-- force english locale and UTF8 because the TCK checks the messages --> + <LANG>en_EN.UTF-8</LANG> + </environmentVariables> <systemProperties> <property> <name>validation.provider</name>
