All the positive test cases now track normal and try harder success rates separately...
[zxing.git] / core / test / src / com / google / zxing / datamatrix / DataMatrixBlackBox1TestCase.java
index a8f289a..2214374 100644 (file)
@@ -30,7 +30,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(), BarcodeFormat.DATAMATRIX);
-    addTest(7, 0.0f);
+    addTest(7, 7, 0.0f);
   }
 
 }
\ No newline at end of file