X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FUPCABlackBox3ReflectiveTestCase.java;fp=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FUPCABlackBox3ReflectiveTestCase.java;h=e4cd667cff155363196219387412328eded93764;hb=222e0acc7f38874333e21892b6e85e983ccdf15a;hp=e486eab5586383036742377a8c2dd9a6949d7230;hpb=170011a8b1fca14528535e4ee2015aa784798335;p=zxing.git diff --git a/core/test/src/com/google/zxing/oned/UPCABlackBox3ReflectiveTestCase.java b/core/test/src/com/google/zxing/oned/UPCABlackBox3ReflectiveTestCase.java index e486eab5..e4cd667c 100644 --- a/core/test/src/com/google/zxing/oned/UPCABlackBox3ReflectiveTestCase.java +++ b/core/test/src/com/google/zxing/oned/UPCABlackBox3ReflectiveTestCase.java @@ -20,15 +20,13 @@ import com.google.zxing.MultiFormatReader; import com.google.zxing.BarcodeFormat; import com.google.zxing.common.AbstractBlackBoxTestCase; -import java.io.File; - /** * @author dswitkin@google.com (Daniel Switkin) */ public final class UPCABlackBox3ReflectiveTestCase extends AbstractBlackBoxTestCase { public UPCABlackBox3ReflectiveTestCase() { - super(new File("test/data/blackbox/upca-3"), new MultiFormatReader(), BarcodeFormat.UPC_A); + super("test/data/blackbox/upca-3", new MultiFormatReader(), BarcodeFormat.UPC_A); addTest(8, 8, 0.0f); addTest(6, 9, 180.0f); }