svn commit: r676761 - /commons/sandbox/pipeline/trunk/src/test/java/org/apache/commons/pipeline/stage/AbstractStageTest.java

2008-07-14 Thread dennisl
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

svn commit: r676755 - in /commons/proper/discovery/trunk: build.xml pom.xml src/test/org/apache/commons/discovery/test/TestAll.java

2008-07-14 Thread dennisl
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

svn commit: r676737 [2/2] - in /commons/proper/math/branches/MATH_2_0/src: java/org/apache/commons/math/ode/nonstiff/ site/xdoc/ test/org/apache/commons/math/ode/nonstiff/

2008-07-14 Thread luc
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 ===

svn commit: r676622 - /commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/TestProblemHandler.java

2008-07-14 Thread luc
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

svn commit: r676620 - /commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ode/nonstiff/TestProblem4.java

2008-07-14 Thread luc
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

svn commit: r676618 - in /commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode: AbstractIntegrator.java nonstiff/EmbeddedRungeKuttaIntegrator.java nonstiff/RungeKuttaIntegrator.j

2008-07-14 Thread luc
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

svn commit: r676615 - in /commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff: AdaptiveStepsizeIntegrator.java EmbeddedRungeKuttaIntegrator.java GraggBulirschStoerInteg

2008-07-14 Thread luc
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

svn commit: r676612 - in /commons/proper/math/branches/MATH_2_0/src: java/org/apache/commons/math/ode/sampling/FixedStepHandler.java site/xdoc/changes.xml test/org/apache/commons/math/ode/sampling/Ste

2008-07-14 Thread luc
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

svn commit: r676610 - /commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/events/EventState.java

2008-07-14 Thread luc
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