Issue 492
[zxing.git] / core / test / src / com / google / zxing / negative / FalsePositivesBlackBoxTestCase.java
index 2d8c0b2..97e18a2 100644 (file)
@@ -28,9 +28,9 @@ public final class FalsePositivesBlackBoxTestCase extends AbstractNegativeBlackB
   public FalsePositivesBlackBoxTestCase() {
     super("test/data/blackbox/falsepositives");
     addTest(2, 0.0f);
-    addTest(0, 90.0f);
+    addTest(1, 90.0f);
     addTest(1, 180.0f);
-    addTest(1, 270.0f);
+    addTest(2, 270.0f);
   }
 
 }