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 2007/02/26 08:27:12 UTC

svn commit: r511746 - in /harmony/enhanced/classlib/trunk/modules/jndi: build.xml make/exclude.common

Author: mloenko
Date: Sun Feb 25 23:27:11 2007
New Revision: 511746

URL: http://svn.apache.org/viewvc?view=rev&rev=511746
Log:
including jndi tests that have incorrect masks

Modified:
    harmony/enhanced/classlib/trunk/modules/jndi/build.xml
    harmony/enhanced/classlib/trunk/modules/jndi/make/exclude.common

Modified: harmony/enhanced/classlib/trunk/modules/jndi/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/jndi/build.xml?view=diff&rev=511746&r1=511745&r2=511746
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/jndi/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/jndi/build.xml Sun Feb 25 23:27:11 2007
@@ -181,6 +181,7 @@
 
                 <fileset dir="${hy.jndi.src.test.java}">
                     <include name="**/*Test.java"/>
+                    <include name="**/Test*.java"/>
                     <excludesfile name="${jndi.exclude.file}" />
 
                     <!--  These tests run in a separate jvm below -->

Modified: harmony/enhanced/classlib/trunk/modules/jndi/make/exclude.common
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/jndi/make/exclude.common?view=diff&rev=511746&r1=511745&r2=511746
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/jndi/make/exclude.common (original)
+++ harmony/enhanced/classlib/trunk/modules/jndi/make/exclude.common Sun Feb 25 23:27:11 2007
@@ -1 +1,8 @@
+# not a test
+org/apache/harmony/jndi/provider/dns/TestMgr.java
 
+# fail for unklnown reason
+org/apache/harmony/jndi/tests/javax/naming/ldap/TestRdn.java
+org/apache/harmony/jndi/tests/javax/naming/ldap/TestStartTlsRequest.java
+org/apache/harmony/jndi/tests/javax/naming/ldap/TestUnsolicitedNotificationEvent.java
+org/apache/harmony/jndi/tests/javax/naming/ldap/whitebox/TestRdnWhiteBoxDevelopment.java