You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ml...@apache.org on 2006/04/27 13:31:43 UTC

svn commit: r397521 - /incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml

Author: mloenko
Date: Thu Apr 27 04:31:40 2006
New Revision: 397521

URL: http://svn.apache.org/viewcvs?rev=397521&view=rev
Log:
refix for HARMONY-404
Wild card exclusions are excluding working tests

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml?rev=397521&r1=397520&r2=397521&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/text/make/common/build.xml Thu Apr 27 04:31:40 2006
@@ -99,13 +99,13 @@
 
                 <fileset dir="${hy.text.src.test.java}">
                     <include name="**/*Test.java"/>
-                    <exclude name="tests/api/java/text/AttributedCharacterIteratorTest.java"/>
-                    <exclude name="tests/api/java/text/ChoiceFormatTest.java"/>
-                    <exclude name="tests/api/java/text/CollationKeyTest.java"/>
-                    <exclude name="tests/api/java/text/CollatorTest.java"/>
-                    <exclude name="tests/api/java/text/DecimalFormatTest.java"/>
-                    <exclude name="tests/api/java/text/MessageFormatTest.java"/>
-                    <exclude name="tests/api/java/text/NumberFormatTest.java"/>
+                    <exclude name="org/apache/harmony/text/tests/java/text/AttributedCharacterIteratorTest.java"/>
+                    <exclude name="org/apache/harmony/text/tests/java/text/ChoiceFormatTest.java"/>
+                    <exclude name="org/apache/harmony/text/tests/java/text/CollationKeyTest.java"/>
+                    <exclude name="org/apache/harmony/text/tests/java/text/CollatorTest.java"/>
+                    <exclude name="org/apache/harmony/text/tests/java/text/DecimalFormatTest.java"/>
+                    <exclude name="org/apache/harmony/text/tests/java/text/MessageFormatTest.java"/>
+                    <exclude name="org/apache/harmony/text/tests/java/text/NumberFormatTest.java"/>
                 </fileset>
             </batchtest>
         </junit>