And fixed the "270" issue: logic error in computing the "skip" allowed after finding...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox2TestCase.java
index 06707e7..ffe3485 100644 (file)
@@ -31,8 +31,8 @@ public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase {
     super(new File("test/data/blackbox/qrcode-2"), new MultiFormatReader(), BarcodeFormat.QR_CODE);
     addTest(10, 0.0f);
     addTest(6, 90.0f);
-    addTest(8, 180.0f);
-    addTest(2, 270.0f);
+    addTest(9, 180.0f);
+    addTest(7, 270.0f);
   }
 
 }
\ No newline at end of file