X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FEAN13BlackBox1TestCase.java;h=8bde03058f0e13b46431620306527b538e47250e;hp=f19ecfd68370dab0f81ef65e1aa35b30de32be7d;hb=2233d18c5df474d7975da4fcf50c79133c627cc7;hpb=4d5b1c3e0297654e02b1bfa45f9546b2d35f7ea2 diff --git a/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java index f19ecfd6..8bde0305 100644 --- a/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java @@ -29,8 +29,8 @@ public final class EAN13BlackBox1TestCase extends AbstractBlackBoxTestCase { public EAN13BlackBox1TestCase() { super(new File("test/data/blackbox/ean13-1"), new MultiFormatReader(), BarcodeFormat.EAN_13); - addTest(27, 29, 0.0f); - addTest(25, 29, 180.0f); + addTest(28, 31, 0.0f); + addTest(26, 31, 180.0f); } } \ No newline at end of file