Issue 520
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox3TestCase.java
index 9440d40..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(33, 33, 0.0f);
-    addTest(33, 33, 90.0f);
-    addTest(32, 32, 180.0f);
-    addTest(34, 34, 270.0f);
+    addTest(38, 38, 0.0f);
+    addTest(38, 38, 90.0f);
+    addTest(36, 36, 180.0f);
+    addTest(38, 38, 270.0f);
   }
 
-}
\ No newline at end of file
+}