Avoid RSS-14 false positive issue, which temporarily hurts its scanning a lot, but...
[zxing.git] / core / test / src / com / google / zxing / oned / EAN13BlackBox2TestCase.java
index f79a97b..6f7a98d 100644 (file)
@@ -29,7 +29,7 @@ public final class EAN13BlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public EAN13BlackBox2TestCase() {
     super("test/data/blackbox/ean13-2", new MultiFormatReader(), BarcodeFormat.EAN_13);
-    addTest(10, 14, 0.0f);
+    addTest(10, 16, 0.0f);
     addTest(10, 16, 180.0f);
   }