(Thanks to John White) Make UPC/EAN decoder less picky about white space bordering...
[zxing.git] / core / test / src / com / google / zxing / oned / EAN13BlackBox1TestCase.java
index 1113c16..f19ecfd 100644 (file)
@@ -29,8 +29,8 @@ public final class EAN13BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public EAN13BlackBox1TestCase() {
     super(new File("test/data/blackbox/ean13-1"), new MultiFormatReader(), BarcodeFormat.EAN_13);
-    addTest(26, 29, 0.0f);
-    addTest(24, 29, 180.0f);
+    addTest(27, 29, 0.0f);
+    addTest(25, 29, 180.0f);
   }
 
 }
\ No newline at end of file