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
commit d92b638768

View File

@ -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);