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/13 16:54:33 UTC

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

Author: andreasmyth
Date: Mon Nov 13 07:54:33 2006
New Revision: 474377

URL: http://svn.apache.org/viewvc?view=rev&rev=474377
Log:
Disabled SequenceTest and MAPTest.

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=474377&r1=474376&r2=474377
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Mon Nov 13 07:54:33 2006
@@ -320,6 +320,8 @@
                         <!-- 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>