Changed the 2D histogram calculation to sample four rows spread across the image...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox1TestCase.java
index d54168e..f6b83ea 100644 (file)
@@ -27,9 +27,9 @@ public final class QRCodeBlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox1TestCase() {
     super("test/data/blackbox/qrcode-1", new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(18, 18, 0.0f);
-    addTest(14, 14, 90.0f);
-    addTest(18, 18, 180.0f);
+    addTest(19, 19, 0.0f);
+    addTest(15, 15, 90.0f);
+    addTest(16, 16, 180.0f);
     addTest(13, 14, 270.0f);
   }