Small style stuff
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox5TestCase.java
index 833e1d3..c2562c7 100644 (file)
@@ -31,9 +31,9 @@ public final class QRCodeBlackBox5TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox5TestCase() {
     super("test/data/blackbox/qrcode-5", new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(19, 19, 0.0f);
+    addTest(18, 18, 0.0f);
     addTest(19, 19, 90.0f);
-    addTest(18, 18, 180.0f);
+    addTest(19, 19, 180.0f);
     addTest(18, 18, 270.0f);
   }