Author: tn
Date: Thu May  1 20:05:31 2014
New Revision: 1591760

URL: http://svn.apache.org/r1591760
Log:
Re-enabled test, build is anyway not ready for Java 8.

Modified:
    
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

Modified: 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java?rev=1591760&r1=1591759&r2=1591760&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java
 (original)
+++ 
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java
 Thu May  1 20:05:31 2014
@@ -27,7 +27,6 @@ import java.util.NoSuchElementException;
 
 import org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D;
 import org.junit.Assert;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -107,7 +106,6 @@ public class NetworkTest {
     }
 
     @Test
-    @Ignore // to be fixed, fails randomly
     public void testIterationOrder() {
         final FeatureInitializer[] initArray = { init };
         final Network net = new NeuronSquareMesh2D(4, false,


Reply via email to