Changed the black box tests to require an absolute number of images to decode success...
[zxing.git] / core / test / src / com / google / zxing / datamatrix / DataMatrixBlackBox1TestCase.java
index 3820403..f3e690a 100644 (file)
@@ -29,7 +29,7 @@ public final class DataMatrixBlackBox1TestCase extends AbstractBlackBoxTestCase
 
   public DataMatrixBlackBox1TestCase() {
     // TODO use MultiFormatReader here once Data Matrix decoder is done
-    super(new File("test/data/blackbox/datamatrix-1"), new DataMatrixReader(), 1.0, BarcodeFormat.DATAMATRIX);
+    super(new File("test/data/blackbox/datamatrix-1"), new DataMatrixReader(), 7, BarcodeFormat.DATAMATRIX);
   }
 
 }
\ No newline at end of file