Author: luc
Date: Thu Jul 10 07:05:01 2008
New Revision: 675576

URL: http://svn.apache.org/viewvc?rev=675576&view=rev
Log:
updated test after step handling changes

Modified:
    
commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java

Modified: 
commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java?rev=675576&r1=675575&r2=675576&view=diff
==============================================================================
--- 
commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java
 (original)
+++ 
commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java
 Thu Jul 10 07:05:01 2008
@@ -174,7 +174,7 @@
                     pb.getInitialTime(), pb.getInitialState(),
                     pb.getFinalTime(), new double[pb.getDimension()]);
 
-    assertTrue(pb.getCalls() < 2900);
+    assertTrue(pb.getCalls() < 3300);
 
   }
 


Reply via email to