Added some simple sharpening for 1D decoding which allowed a couple more blackbox...
[zxing.git] / core / test / src / com / google / zxing / oned / UPCABlackBox1TestCase.java
index 9f3f0c0..bcaf63b 100644 (file)
@@ -28,7 +28,7 @@ import java.io.File;
 public final class UPCABlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public UPCABlackBox1TestCase() {
-    super(new File("test/data/blackbox/upca-1"), new MultiFormatReader(), 14, BarcodeFormat.UPC_A);
+    super(new File("test/data/blackbox/upca-1"), new MultiFormatReader(), 15, BarcodeFormat.UPC_A);
   }
 
 }
\ No newline at end of file