Improved approach to 1D decoding -- better use of integer math by scaling pattern...
[zxing.git] / core / test / src / com / google / zxing / common / FalsePositivesBlackBoxTestCase.java
index d078c15..9eef211 100644 (file)
@@ -35,7 +35,7 @@ import java.io.IOException;
 public final class FalsePositivesBlackBoxTestCase extends AbstractBlackBoxTestCase {
 
   // This number should be reduced as we get better at rejecting false positives.
-  private static final int FALSE_POSITIVES_ALLOWED = 44;
+  private static final int FALSE_POSITIVES_ALLOWED = 23;
 
   // Use the multiformat reader to evaluate all decoders in the system.
   public FalsePositivesBlackBoxTestCase() {