Small detector simplification that addresses issue 215 and picks up a net +4 more...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox3TestCase.java
index 9440d40..6888c94 100644 (file)
@@ -29,8 +29,8 @@ public final class QRCodeBlackBox3TestCase extends AbstractBlackBoxTestCase {
     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(33, 33, 180.0f);
+    addTest(35, 35, 270.0f);
   }
 
 }
\ No newline at end of file