At last update to JUnit 4.x
[zxing.git] / core / test / src / com / google / zxing / oned / Code128BlackBox2TestCase.java
index 4a19af1..b8f03f2 100644 (file)
@@ -20,17 +20,15 @@ import com.google.zxing.BarcodeFormat;
 import com.google.zxing.MultiFormatReader;
 import com.google.zxing.common.AbstractBlackBoxTestCase;
 
-import java.io.File;
-
 /**
  * @author dswitkin@google.com (Daniel Switkin)
  */
 public final class Code128BlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public Code128BlackBox2TestCase() {
-    super(new File("test/data/blackbox/code128-2"), new MultiFormatReader(), BarcodeFormat.CODE_128);
-    addTest(9, 0.0f);
-    addTest(8, 180.0f);
+    super("test/data/blackbox/code128-2", new MultiFormatReader(), BarcodeFormat.CODE_128);
+    addTest(36, 39, 0.0f);
+    addTest(36, 39, 180.0f);
   }
 
 }
\ No newline at end of file