Issue 563: Support non-rectangular Data Matrix
[zxing.git] / core / test / src / com / google / zxing / negative / FalsePositivesBlackBoxTestCase.java
index e204108..fcac766 100644 (file)
@@ -27,10 +27,10 @@ public final class FalsePositivesBlackBoxTestCase extends AbstractNegativeBlackB
 
   public FalsePositivesBlackBoxTestCase() {
     super("test/data/blackbox/falsepositives");
-    addTest(2, 0.0f);
+    addTest(1, 0.0f);
     addTest(0, 90.0f);
     addTest(0, 180.0f);
-    addTest(0, 270.0f);
+    addTest(1, 270.0f);
   }
 
 }