Fix a nagging inconvenience from my IDE in running tests, due to working directory...
[zxing.git] / core / test / src / com / google / zxing / oned / ITFBlackBox1TestCase.java
index a1aa561..28d81f0 100644 (file)
@@ -21,7 +21,6 @@ import com.google.zxing.DecodeHintType;
 import com.google.zxing.MultiFormatReader;\r
 import com.google.zxing.common.AbstractBlackBoxTestCase;\r
 \r
-import java.io.File;\r
 import java.util.Hashtable;\r
 import java.util.Vector;\r
 \r
@@ -31,7 +30,7 @@ import java.util.Vector;
 public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase {\r
 \r
   public ITFBlackBox1TestCase() {\r
-    super(new File("test/data/blackbox/itf-1"), new MultiFormatReader(), BarcodeFormat.ITF);\r
+    super("test/data/blackbox/itf-1", new MultiFormatReader(), BarcodeFormat.ITF);\r
     addTest(9, 12, 0.0f);\r
   }\r
 \r