X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2FQRCodeBlackBox2TestCase.java;h=a5bac913b2e6456d7ed0e25a9d222c96bb697024;hb=608fe313d82bb79f0f5a96856697bdfb4a6305d3;hp=2f88b46cbbeaa9dd1370483e28d6d851737b49dd;hpb=24cce4a4fafd6e87eaeed2c8492171ae99bc8f6e;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 2f88b46c..a5bac913 100644 --- a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java +++ b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java @@ -27,10 +27,10 @@ public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase { public QRCodeBlackBox2TestCase() { super("test/data/blackbox/qrcode-2", new MultiFormatReader(), BarcodeFormat.QR_CODE); - addTest(23, 23, 0.0f); - addTest(20, 20, 90.0f); - addTest(21, 21, 180.0f); - addTest(19, 19, 270.0f); + addTest(21, 21, 0.0f); + addTest(18, 18, 90.0f); + addTest(20, 20, 180.0f); + addTest(18, 18, 270.0f); } -} \ No newline at end of file +}