You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/10/13 14:39:52 UTC

svn commit: r1182808 - /incubator/lcf/trunk/tests/filesystem/pom.xml

Author: kwright
Date: Thu Oct 13 12:39:52 2011
New Revision: 1182808

URL: http://svn.apache.org/viewvc?rev=1182808&view=rev
Log:
Enable running HSQLDB embedded tests by default under Maven - part of CONNECTORS-269, just was missed.

Modified:
    incubator/lcf/trunk/tests/filesystem/pom.xml

Modified: incubator/lcf/trunk/tests/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/tests/filesystem/pom.xml?rev=1182808&r1=1182807&r2=1182808&view=diff
==============================================================================
--- incubator/lcf/trunk/tests/filesystem/pom.xml (original)
+++ incubator/lcf/trunk/tests/filesystem/pom.xml Thu Oct 13 12:39:52 2011
@@ -81,7 +81,6 @@
           </systemPropertyVariables>
           <excludes>
             <exclude>**/*Postgresql*.java</exclude>
-            <exclude>**/*HSQLDB*.java</exclude>
           </excludes>
           <forkMode>always</forkMode>
           <workingDirectory>target/test-output</workingDirectory>