Merge pull request #304 from apavlenko:test_java_fix_double
This commit is contained in:
commit
101e9bd456
@ -77,7 +77,8 @@ public class TermCriteriaTest extends OpenCVTestCase {
|
||||
|
||||
public void testToString() {
|
||||
String actual = tc2.toString();
|
||||
String expected = "{ type: 2, maxCount: 4, epsilon: " + EPS + "}";
|
||||
double eps = EPS;
|
||||
String expected = "{ type: 2, maxCount: 4, epsilon: " + eps + "}";
|
||||
|
||||
assertEquals(expected, actual);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user