1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fixing java test after fix in OpenCV library

This commit is contained in:
Andrey Pavlenko
2013-08-05 11:45:17 +04:00
parent 6483754860
commit 7b0734caf9
@@ -491,20 +491,6 @@ public class CoreTest extends OpenCVTestCase {
Point truth[] = {
new Point(5, 6),
new Point(5, 6),
new Point(5, 6),
new Point(5, 6),
new Point(5, 6),
new Point(5, 6),
new Point(5, 6),
new Point(5, 6),
new Point(4, 6),
new Point(4, 6),
new Point(4, 6),
new Point(4, 6),
new Point(4, 6),
new Point(4, 6),
new Point(4, 6),
new Point(4, 6)
};
assertArrayPointsEquals(truth, pts.toArray(), EPS);