[hornetq-commits] JBoss hornetq SVN: r11532 - trunk/tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 13 10:02:50 EDT 2011


Author: ataylor
Date: 2011-10-13 10:02:50 -0400 (Thu, 13 Oct 2011)
New Revision: 11532

Modified:
   trunk/tests/pom.xml
Log:
commented out manifest test

Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml	2011-10-13 13:36:56 UTC (rev 11531)
+++ trunk/tests/pom.xml	2011-10-13 14:02:50 UTC (rev 11532)
@@ -27,6 +27,10 @@
             <configuration>
                <skipTests>${skipUnitTests}</skipTests>
                <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
+               <excludes>
+                  <!--todo this test is dependant on the jar so needs to be run post package as an integration tests-->
+                  <exclude>**/ManifestTest.java</exclude>
+               </excludes>
             </configuration>
          </plugin>
       </plugins>



More information about the hornetq-commits mailing list