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/21c1ed9c
Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/21c1ed9c
Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/21c1ed9c

Branch: refs/heads/bv2
Commit: 21c1ed9c8c68df81237d4834fb05ef1c71d21d6a
Parents: 1b9df15
Author: Mark Struberg <[email protected]>
Authored: Mon May 14 22:22:33 2018 +0200
Committer: Matt Benson <[email protected]>
Committed: Tue Oct 16 12:28:20 2018 -0500

----------------------------------------------------------------------
 bval-tck/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/21c1ed9c/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>

Reply via email to