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 / QRCodeBlackBox3TestCase.java
index cfecdae..793ca74 100644 (file)
@@ -29,10 +29,10 @@ public final class QRCodeBlackBox3TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox3TestCase() {
     super(new File("test/data/blackbox/qrcode-3"), new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(28, 28, 0.0f);
+    addTest(29, 29, 0.0f);
     addTest(26, 26, 90.0f);
     addTest(30, 30, 180.0f);
-    addTest(26, 26, 270.0f);
+    addTest(29, 29, 270.0f);
   }
 
 }
\ No newline at end of file