X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FUPCABlackBox1TestCase.java;fp=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FUPCABlackBox1TestCase.java;h=48663bd6bff89afb3e3ca57245f3b40066c022c7;hb=d0364fc9ff43ea625bad4fa81ea5a1bfa62a07ba;hp=1414f574f9c2ade66732431ee238f7a73ff49ef7;hpb=dcf0a63de850520d63673243d4a680f9c2b86c8d;p=zxing.git diff --git a/core/test/src/com/google/zxing/oned/UPCABlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/UPCABlackBox1TestCase.java index 1414f574..48663bd6 100644 --- a/core/test/src/com/google/zxing/oned/UPCABlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/UPCABlackBox1TestCase.java @@ -29,8 +29,8 @@ public final class UPCABlackBox1TestCase extends AbstractBlackBoxTestCase { public UPCABlackBox1TestCase() { super(new File("test/data/blackbox/upca-1"), new MultiFormatReader(), BarcodeFormat.UPC_A); - addTest(15, 0.0f); - addTest(16, 180.0f); + addTest(15, 17, 0.0f); + addTest(16, 19, 180.0f); } } \ No newline at end of file