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

Merge pull request #1226 from apavlenko:fix_java_test_ellipse2poly

This commit is contained in:
Roman Donchenko
2013-08-05 12:38:18 +04:00
committed by OpenCV Buildbot
@@ -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);