You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by an...@apache.org on 2006/11/14 13:24:58 UTC

svn commit: r474764 - /incubator/cxf/trunk/pom.xml

Author: andreasmyth
Date: Tue Nov 14 04:24:58 2006
New Revision: 474764

URL: http://svn.apache.org/viewvc?view=rev&rev=474764
Log:
Enabled MAPTest instead of SequenceTest as was originally intended.

Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=474764&r1=474763&r2=474764
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Tue Nov 14 04:24:58 2006
@@ -320,10 +320,7 @@
                         <!-- do not exclude **/Abstract*Test.java **/Abstract*TestCase.java -->
                         <excludes>
                             <exclude>**/*$*</exclude>
-                            <!--
                             <exclude>**/systest/**/SequenceTest.java</exclude>
-                            -->
-                            <exclude>**/systest/**/MAPTest.java</exclude>
                         </excludes>
                         <reportFormat>${surefire.format}</reportFormat>
                         <useFile>${surefire.usefile}</useFile>