Issue 492
[zxing.git] / core / test / src / com / google / zxing / negative / PartialBlackBoxTestCase.java
index 016aac7..227d5a4 100644 (file)
@@ -27,10 +27,10 @@ public final class PartialBlackBoxTestCase extends AbstractNegativeBlackBoxTestC
 
   public PartialBlackBoxTestCase() {
     super("test/data/blackbox/partial");
-    addTest(0, 0.0f);
+    addTest(1, 0.0f);
     addTest(1, 90.0f);
     addTest(1, 180.0f);
-    addTest(0, 270.0f);
+    addTest(1, 270.0f);
   }
 
 }