Reactivated test. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e269953c Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e269953c Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/e269953c
Branch: refs/heads/field-ode Commit: e269953c45baa72cb9ffe0fd1243964a1758714b Parents: d1d2201 Author: Luc Maisonobe <l...@apache.org> Authored: Tue Dec 1 13:38:57 2015 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Tue Dec 1 13:38:57 2015 +0100 ---------------------------------------------------------------------- .../apache/commons/math3/ode/nonstiff/EulerIntegratorTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/e269953c/src/test/java/org/apache/commons/math3/ode/nonstiff/EulerIntegratorTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/math3/ode/nonstiff/EulerIntegratorTest.java b/src/test/java/org/apache/commons/math3/ode/nonstiff/EulerIntegratorTest.java index 9ec73d2..54f0330 100644 --- a/src/test/java/org/apache/commons/math3/ode/nonstiff/EulerIntegratorTest.java +++ b/src/test/java/org/apache/commons/math3/ode/nonstiff/EulerIntegratorTest.java @@ -58,8 +58,8 @@ public class EulerIntegratorTest { MaxCountExceededException, NoBracketingException { for (TestProblemAbstract pb : new TestProblemAbstract[] { - //new TestProblem1(), new TestProblem2(), new TestProblem3(), - new TestProblem4()//, new TestProblem5(), new TestProblem6() + new TestProblem1(), new TestProblem2(), new TestProblem3(), + new TestProblem4(), new TestProblem5(), new TestProblem6() }) { double previousValueError = Double.NaN; @@ -94,7 +94,6 @@ public class EulerIntegratorTest { } previousTimeError = timeError; - System.exit(1); } }