Created 40 new blackbox images which are partial shots of a very large QR code. In...
[zxing.git] / core / test / src / com / google / zxing / negative / PartialBlackBoxTestCase.java
index a077ccb..35b019b 100644 (file)
@@ -29,10 +29,10 @@ public final class PartialBlackBoxTestCase extends AbstractNegativeBlackBoxTestC
 
   public PartialBlackBoxTestCase() {
     super(new File("test/data/blackbox/partial"));
-    addTest(0, 0.0f);
-    addTest(1, 90.0f);
-    addTest(1, 180.0f);
-    addTest(0, 270.0f);
+    addTest(18, 0.0f);
+    addTest(19, 90.0f);
+    addTest(19, 180.0f);
+    addTest(18, 270.0f);
   }
 
-}
\ No newline at end of file
+}