X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2FQRCodeBlackBox3TestCase.java;h=6888c9453a9067085f9b335213e9bf6333c50c87;hb=24cce4a4fafd6e87eaeed2c8492171ae99bc8f6e;hp=9440d4054dcc9715acfe97e5a2f89a15519be2e1;hpb=7758b4675ce61ebff30db49ad9093bfee0ec7a4a;p=zxing.git diff --git a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java index 9440d405..6888c945 100644 --- a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java +++ b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox3TestCase.java @@ -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