X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2FQRCodeBlackBox2TestCase.java;fp=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2FQRCodeBlackBox2TestCase.java;h=a5d946fcf46619049e9d045b8838879bb2f3c351;hb=10850f1aa179f3b5bf6532f8c606700b67a1d167;hp=471e882828ba61ca6259a613f09544338ffb2c53;hpb=14f7cadb437b25c9044f5791e719ef600e47f68d;p=zxing.git diff --git a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java index 471e8828..a5d946fc 100644 --- a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java +++ b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java @@ -29,10 +29,10 @@ public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase { public QRCodeBlackBox2TestCase() { super(new File("test/data/blackbox/qrcode-2"), new MultiFormatReader(), BarcodeFormat.QR_CODE); - addTest(10, 10, 0.0f); - addTest(6, 6, 90.0f); - addTest(9, 9, 180.0f); - addTest(6, 6, 270.0f); + addTest(14, 14, 0.0f); + addTest(10, 10, 90.0f); + addTest(13, 13, 180.0f); + addTest(10, 10, 270.0f); } } \ No newline at end of file