X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2FQRCodeBlackBox3TestCase.java;h=0894020e7b1113e7f3eccc90b7b49508f34d99dc;hp=bcdba7266a9ee2302bdcdaaf880bb77b64924fb3;hb=d8273832d84e127a7b003853ab42a6cbd9f713cc;hpb=ac343e4ddc7af1f54c2d2634abb1be992d183a35 diff --git a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java index bcdba726..0894020e 100644 --- a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java +++ b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java @@ -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); } }