X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2FQRCodeBlackBox1TestCase.java;h=b0e164586f9c7ec3bb3851f6024bbdf3cda5bfdb;hb=608fe313d82bb79f0f5a96856697bdfb4a6305d3;hp=544627c43f0a6ed42442551871144fd3f4aafb71;hpb=1457fa5a228bab255fe706b5c6a3eebd6199359f;p=zxing.git diff --git a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox1TestCase.java b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox1TestCase.java index 544627c4..b0e16458 100644 --- a/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/qrcode/QRCodeBlackBox1TestCase.java @@ -27,10 +27,10 @@ public final class QRCodeBlackBox1TestCase extends AbstractBlackBoxTestCase { public QRCodeBlackBox1TestCase() { super("test/data/blackbox/qrcode-1", new MultiFormatReader(), BarcodeFormat.QR_CODE); - addTest(19, 19, 0.0f); - addTest(15, 15, 90.0f); - addTest(17, 17, 180.0f); - addTest(15, 15, 270.0f); + addTest(17, 17, 0.0f); + addTest(13, 13, 90.0f); + addTest(16, 16, 180.0f); + addTest(14, 14, 270.0f); } -} \ No newline at end of file +}