Changed the black box tests to require an absolute number of images to decode success...
[zxing.git] / core / test / src / com / google / zxing / oned / UPCEBlackBox1TestCase.java
index c4c93c8..56c487e 100644 (file)
@@ -28,7 +28,7 @@ import java.io.File;
 public final class UPCEBlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public UPCEBlackBox1TestCase() {
-    super(new File("test/data/blackbox/upce-1"), new MultiFormatReader(), 1.0, BarcodeFormat.UPC_E);
+    super(new File("test/data/blackbox/upce-1"), new MultiFormatReader(), 3, BarcodeFormat.UPC_E);
   }
 
 }
\ No newline at end of file