Finished work on the local binarizer and renamed it to HybridBinarizer. It uses the...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox2TestCase.java
index 658b323..a5bac91 100644 (file)
@@ -27,10 +27,10 @@ public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox2TestCase() {
     super("test/data/blackbox/qrcode-2", new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(23, 23, 0.0f);
-    addTest(21, 21, 90.0f);
+    addTest(21, 21, 0.0f);
+    addTest(18, 18, 90.0f);
     addTest(20, 20, 180.0f);
     addTest(18, 18, 270.0f);
   }
 
-}
\ No newline at end of file
+}