Tightened a condition to reduce accidentally detecting the alignment pattern as a...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox4TestCase.java
index 5653740..02168f9 100644 (file)
@@ -29,7 +29,7 @@ public final class QRCodeBlackBox4TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox4TestCase() {
     super("test/data/blackbox/qrcode-4", new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(32, 32, 0.0f);
+    addTest(33, 33, 0.0f);
     addTest(33, 33, 90.0f);
     addTest(32, 32, 180.0f);
     addTest(32, 32, 270.0f);