Avoid RSS-14 false positive issue, which temporarily hurts its scanning a lot, but...
[zxing.git] / core / test / src / com / google / zxing / oned / UPCABlackBox1TestCase.java
index 285aa22..84784c7 100644 (file)
@@ -27,8 +27,8 @@ public final class UPCABlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public UPCABlackBox1TestCase() {
     super("test/data/blackbox/upca-1", new MultiFormatReader(), BarcodeFormat.UPC_A);
-    addTest(15, 16, 0.0f);
-    addTest(15, 19, 180.0f);
+    addTest(15, 18, 0.0f);
+    addTest(15, 18, 180.0f);
   }
 
 }
\ No newline at end of file