X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FITFBlackBox1TestCase.java;h=64050c901e091314f312c8a1abd94fbb523209ca;hp=ad488dc6a52b0a61b7b9e8c0561c7e255788c325;hb=2d9efc5f0d19d70fb4f240f506bc23992ab3fde6;hpb=0b052642ea2b8bc587a900435cc41a287d7319fa diff --git a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java index ad488dc6..64050c90 100644 --- a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java @@ -28,7 +28,7 @@ public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase { public ITFBlackBox1TestCase() { super("test/data/blackbox/itf-1", new MultiFormatReader(), BarcodeFormat.ITF); addTest(9, 12, 0.0f); - addTest(8, 12, 180.0f); + addTest(12, 12, 180.0f); } }