summaryrefslogtreecommitdiff
path: root/sccomp/qa/unit/SwarmSolverTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/qa/unit/SwarmSolverTest.cxx')
-rw-r--r--sccomp/qa/unit/SwarmSolverTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sccomp/qa/unit/SwarmSolverTest.cxx b/sccomp/qa/unit/SwarmSolverTest.cxx
index 918cd9103021..0be632dfb174 100644
--- a/sccomp/qa/unit/SwarmSolverTest.cxx
+++ b/sccomp/qa/unit/SwarmSolverTest.cxx
@@ -103,7 +103,7 @@ void SwarmSolverTest::testUnconstrained()
uno::Sequence<double> aSolution = xSolver->getSolution();
CPPUNIT_ASSERT_EQUAL(aSolution.getLength(), aVariables.getLength());
- CPPUNIT_ASSERT_DOUBLES_EQUAL(3.0, aSolution[0], 1E-5);
+ CPPUNIT_ASSERT_DOUBLES_EQUAL(3.0, aSolution[0], .2);
}
void SwarmSolverTest::testVariableBounded()