git-svn-id: http://zxing.googlecode.com/svn/trunk@743 59b500cc-1b3d-0410-9834-0bbf25f...
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 20 Nov 2008 17:10:44 +0000 (17:10 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 20 Nov 2008 17:10:44 +0000 (17:10 +0000)
core/test/src/com/google/zxing/oned/ITF14BlackBox1TestCase.java

index 502ba72..16a1f9f 100644 (file)
@@ -16,7 +16,6 @@
 
 package com.google.zxing.oned;
 
-import com.google.zxing.MultiFormatReader;
 import com.google.zxing.BarcodeFormat;
 import com.google.zxing.common.AbstractBlackBoxTestCase;
 
@@ -28,9 +27,10 @@ import java.io.File;
 public final class ITF14BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public ITF14BlackBox1TestCase() {
-    super(new File("test/data/blackbox/itf14-1"), new MultiFormatReader(), BarcodeFormat.ITF_14);
-    addTest(0, 0, 0.0f);
-    addTest(0, 0, 180.0f);
+    // TODO re-enable MultiFormatReader here once we've better settled how to handle all these new formats
+    super(new File("test/data/blackbox/itf14-1"), new ITF14Reader(), BarcodeFormat.ITF_14);
+    addTest(2, 2, 0.0f);
+    addTest(2, 2, 180.0f);
   }
 
 }
\ No newline at end of file