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 / QRCodeBlackBox2TestCase.java
index de9dce2..89ba41b 100644 (file)
@@ -29,7 +29,7 @@ public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox2TestCase() {
     super(new File("test/data/blackbox/qrcode-2"), new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(23, 23, 0.0f);
+    addTest(22, 22, 0.0f);
     addTest(18, 18, 90.0f);
     addTest(22, 22, 180.0f);
     addTest(17, 17, 270.0f);