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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c3e50c  - Added "*Test(s)" to the test-suite
6c3e50c is described below

commit 6c3e50c6a28e2a8577bf1eb1ebe078c7ef92d6ad
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Mon Oct 29 15:49:48 2018 +0100

    - Added "*Test(s)" to the test-suite
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 66e75d6..e0a1e37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1264,6 +1264,7 @@
               <argLine>-Xmx256m @{surefireArgLine}</argLine>
               <includes>
                 <include>**/*Test.java</include>
+                <include>**/*Tests.java</include>
                 <include>**/*Spec.java</include>
               </includes>
             </configuration>

Reply via email to