Author: elecharny Date: Sun Jun 6 17:39:55 2010 New Revision: 951912 URL: http://svn.apache.org/viewvc?rev=951912&view=rev Log: Removed the server-xml and xbeans-spring modules Removed: directory/apacheds/trunk/server-xml/ directory/apacheds/trunk/xbean-spring/ Modified: directory/apacheds/trunk/protocol-ntp/src/test/java/org/apache/directory/server/ntp/NtpITest.java Modified: directory/apacheds/trunk/protocol-ntp/src/test/java/org/apache/directory/server/ntp/NtpITest.java URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ntp/src/test/java/org/apache/directory/server/ntp/NtpITest.java?rev=951912&r1=951911&r2=951912&view=diff ============================================================================== --- directory/apacheds/trunk/protocol-ntp/src/test/java/org/apache/directory/server/ntp/NtpITest.java (original) +++ directory/apacheds/trunk/protocol-ntp/src/test/java/org/apache/directory/server/ntp/NtpITest.java Sun Jun 6 17:39:55 2010 @@ -33,6 +33,7 @@ import org.apache.mina.filter.executor.E import org.apache.mina.util.AvailablePortFinder; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; @@ -74,6 +75,7 @@ public class NtpITest * @throws Exception if there are errors */ @Test + @Ignore public void testNtp() throws Exception { InetAddress host = InetAddress.getByName( null );