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