Issue 520
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox3TestCase.java
index 2901ac1..0894020 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;
 
 /**
@@ -27,10 +27,10 @@ public final class QRCodeBlackBox3TestCase extends AbstractBlackBoxTestCase {
 
   public QRCodeBlackBox3TestCase() {
     super("test/data/blackbox/qrcode-3", new MultiFormatReader(), BarcodeFormat.QR_CODE);
-    addTest(36, 36, 0.0f);
+    addTest(38, 38, 0.0f);
     addTest(38, 38, 90.0f);
     addTest(36, 36, 180.0f);
-    addTest(37, 37, 270.0f);
+    addTest(38, 38, 270.0f);
   }
 
 }