On a tip from Sandy found an error in the QR code detector that would miss a third...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox4TestCase.java
index 5ca56a9..31a138f 100644 (file)
@@ -31,7 +31,7 @@ public final class QRCodeBlackBox4TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox4TestCase() {
     super(new File("test/data/blackbox/qrcode-4"), new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(33, 33, 0.0f);
+    addTest(32, 32, 0.0f);
     addTest(33, 33, 90.0f);
     addTest(32, 32, 180.0f);
     addTest(32, 32, 270.0f);