X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FITFBlackBox1TestCase.java;h=9be4d106a48a16684163ffeabc93ce0305ddaf5f;hp=79e1c81b8cdf12b7dd627bd9f7e396cec5814a14;hb=af2a2146f0a0f79f9196501bd38f9ac2e9a6d061;hpb=d751a2d35baf9daf39c5e6532b0b13432a442f10 diff --git a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java index 79e1c81b..9be4d106 100644 --- a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java @@ -16,20 +16,19 @@ package com.google.zxing.oned; -import com.google.zxing.MultiFormatReader; import com.google.zxing.BarcodeFormat; +import com.google.zxing.MultiFormatReader; import com.google.zxing.common.AbstractBlackBoxTestCase; -import java.io.File; - /** * @author kevin.osullivan@sita.aero */ public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase { public ITFBlackBox1TestCase() { - super(new File("test/data/blackbox/itf-1"), new MultiFormatReader(), BarcodeFormat.ITF); - addTest(9, 12, 0.0f); + super("test/data/blackbox/itf-1", new MultiFormatReader(), BarcodeFormat.ITF); + addTest(8, 12, 0.0f); + addTest(11, 12, 180.0f); } -} \ No newline at end of file +}