fixing java test after fix in OpenCV library
authorAndrey Pavlenko <andrey.pavlenko@itseez.com>
Mon, 5 Aug 2013 07:45:17 +0000 (11:45 +0400)
committerAndrey Pavlenko <andrey.pavlenko@itseez.com>
Mon, 5 Aug 2013 07:45:17 +0000 (11:45 +0400)
modules/java/android_test/src/org/opencv/test/core/CoreTest.java

index a6023c7..45e4353 100644 (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);