X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FITFBlackBox1TestCase.java;fp=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FITFBlackBox1TestCase.java;h=28d81f03759882055e477821efb03114c9447589;hb=222e0acc7f38874333e21892b6e85e983ccdf15a;hp=a1aa561903651ead1ab0d68e749b35bb336fd4e3;hpb=170011a8b1fca14528535e4ee2015aa784798335;p=zxing.git diff --git a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java index a1aa5619..28d81f03 100644 --- a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java @@ -21,7 +21,6 @@ import com.google.zxing.DecodeHintType; import com.google.zxing.MultiFormatReader; import com.google.zxing.common.AbstractBlackBoxTestCase; -import java.io.File; import java.util.Hashtable; import java.util.Vector; @@ -31,7 +30,7 @@ import java.util.Vector; public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase { public ITFBlackBox1TestCase() { - super(new File("test/data/blackbox/itf-1"), new MultiFormatReader(), BarcodeFormat.ITF); + super("test/data/blackbox/itf-1", new MultiFormatReader(), BarcodeFormat.ITF); addTest(9, 12, 0.0f); }