X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FUPCABlackBox4TestCase.java;fp=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FUPCABlackBox4TestCase.java;h=699e02a2b28e283d8de09bb773eb9ad062cef9cd;hb=2233d18c5df474d7975da4fcf50c79133c627cc7;hp=58a31edbcf0b051c73418597effd15878b5fb604;hpb=4d5b1c3e0297654e02b1bfa45f9546b2d35f7ea2;p=zxing.git diff --git a/core/test/src/com/google/zxing/oned/UPCABlackBox4TestCase.java b/core/test/src/com/google/zxing/oned/UPCABlackBox4TestCase.java index 58a31edb..699e02a2 100644 --- a/core/test/src/com/google/zxing/oned/UPCABlackBox4TestCase.java +++ b/core/test/src/com/google/zxing/oned/UPCABlackBox4TestCase.java @@ -29,8 +29,8 @@ public final class UPCABlackBox4TestCase extends AbstractBlackBoxTestCase { public UPCABlackBox4TestCase() { super(new File("test/data/blackbox/upca-4"), new MultiFormatReader(), BarcodeFormat.UPC_A); - addTest(1, 2, 0.0f); - addTest(1, 2, 180.0f); + addTest(8, 10, 0.0f); + addTest(7, 12, 180.0f); } }