You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/14 23:11:09 UTC

[camel] 01/04: camel-leveldb: enable tests on windows

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

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

commit 2f4a0885f82509fba060116bf638e6fffc68a7b2
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Nov 14 23:52:19 2017 +0100

    camel-leveldb: enable tests on windows
---
 components/camel-leveldb/pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 355ee5f..1030c10 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -113,20 +113,9 @@
         </plugins>
     </build>
 
-	  <!-- skip tests on Windows, AIX and HP-UX -->
+	  <!-- skip tests on AIX and HP-UX -->
     <profiles>
         <profile>
-            <id>windows</id>
-            <activation>
-                <os>
-                    <family>Windows</family>
-                </os>
-            </activation>
-            <properties>
-                <skipTests>true</skipTests>
-            </properties>
-        </profile>
-        <profile>
             <id>aix</id>
             <activation>
                 <os>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.