Added some simple sharpening for 1D decoding which allowed a couple more blackbox...
[zxing.git] / core / test / src / com / google / zxing / oned / EAN13BlackBox2TestCase.java
index 82b3633..514972d 100644 (file)
@@ -28,7 +28,7 @@ import java.io.File;
 public final class EAN13BlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public EAN13BlackBox2TestCase() {
-    super(new File("test/data/blackbox/ean13-2"), new MultiFormatReader(), 0, BarcodeFormat.EAN_13);
+    super(new File("test/data/blackbox/ean13-2"), new MultiFormatReader(), 1, BarcodeFormat.EAN_13);
   }
 
 }
\ No newline at end of file