You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bl...@apache.org on 2006/11/17 15:09:43 UTC

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

Author: blin
Date: Fri Nov 17 06:09:42 2006
New Revision: 476145

URL: http://svn.apache.org/viewvc?view=rev&rev=476145
Log:
reenable SequenceTest

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=476145&r1=476144&r2=476145
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Fri Nov 17 06:09:42 2006
@@ -321,7 +321,6 @@
                         <!-- do not exclude **/Abstract*Test.java **/Abstract*TestCase.java -->
                         <excludes>
                             <exclude>**/*$*</exclude>
-			    <exclude>**/systest/**/SequenceTest.java</exclude>
                         </excludes>
                         <reportFormat>${surefire.format}</reportFormat>
                         <useFile>${surefire.usefile}</useFile>