Author: dennisl
Date: Mon Jul 14 16:03:41 2008
New Revision: 676761
URL: http://svn.apache.org/viewvc?rev=676761&view=rev
Log:
Make this abstract test class abstract, so that Maven Surefire Plugin won't try
to run it.
Modified:
commons/sandbox/pipeline/trunk/src/test/java/org/apache/commons
Author: dennisl
Date: Mon Jul 14 15:44:17 2008
New Revision: 676755
URL: http://svn.apache.org/viewvc?rev=676755&view=rev
Log:
Adjust the class path for test so that Ant and Maven 2 can run the same tests.
Modified:
commons/proper/discovery/trunk/build.xml
commons/proper/discovery/trunk/p
Added:
commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegratorTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegratorTest.java?rev=676737&view=auto
===
Author: luc
Date: Mon Jul 14 08:16:11 2008
New Revision: 676622
URL: http://svn.apache.org/viewvc?rev=676622&view=rev
Log:
preparing test to work with multistep integrators
Modified:
commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/TestProblemHandler.java
Author: luc
Date: Mon Jul 14 08:14:42 2008
New Revision: 676620
URL: http://svn.apache.org/viewvc?rev=676620&view=rev
Log:
fixed test which did not bounce properly when convergence setting was low
Modified:
commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/T
Author: luc
Date: Mon Jul 14 08:12:36 2008
New Revision: 676618
URL: http://svn.apache.org/viewvc?rev=676618&view=rev
Log:
fixed a problem preventing integration stop when end time was exactly 0
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/AbstractInte
Author: luc
Date: Mon Jul 14 08:08:51 2008
New Revision: 676615
URL: http://svn.apache.org/viewvc?rev=676615&view=rev
Log:
fixed step size handling in borderline cases.
When an even occurred at step start, the step size dropped to zero
which put integration in an infinite loop
Modified:
comm
Author: luc
Date: Mon Jul 14 07:58:57 2008
New Revision: 676612
URL: http://svn.apache.org/viewvc?rev=676612&view=rev
Log:
FixedStepHandler now extends Serializable.
This should have been done before when the integrator and problem
interfaces were changed too, but was forgotten.
Modified:
co
Author: luc
Date: Mon Jul 14 07:51:33 2008
New Revision: 676610
URL: http://svn.apache.org/viewvc?rev=676610&view=rev
Log:
improved robustness in case of events just at integration start
When an event occurs exactly at integration start, the first truncated
steps ends up with zero size. This indu