Reactivated test.

This commit is contained in:
Luc Maisonobe 2016-01-06 12:40:49 +01:00
parent 1077ae03c0
commit 91b931f79f
1 changed files with 2 additions and 3 deletions

View File

@ -59,8 +59,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;
@ -95,7 +95,6 @@ public class EulerIntegratorTest {
}
previousTimeError = timeError;
System.exit(1);
}
}