Merge pull request #1226 from apavlenko:fix_java_test_ellipse2poly

pull/1196/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit d92b638768
  1. 14
      modules/java/android_test/src/org/opencv/test/core/CoreTest.java

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

Loading…
Cancel
Save