This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git


The following commit(s) were added to refs/heads/master by this push:
     new fcc4095  fixed TCK on windows
fcc4095 is described below

commit fcc40953cb068286d04da10f0e46d47ff8e0529f
Author: Thomas Andraschko <[email protected]>
AuthorDate: Mon Aug 12 10:48:29 2019 +0200

    fixed TCK on windows
---
 bval-tck/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 0f91e61..b8a8c2f 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -170,6 +170,7 @@ under the License.
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
+                            <argLine>-Duser.language=en</argLine>
                             <suiteXmlFiles>
                                 
<suiteXmlFile>${basedir}/src/test/beanvalidation-tck-tests-suite.xml</suiteXmlFile>
                             </suiteXmlFiles>

Reply via email to