One more change to accommodate differences in jpeg libraries. Some machines will...
authordswitkin@google.com <dswitkin@google.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 26 Aug 2010 14:58:03 +0000 (14:58 +0000)
committerdswitkin@google.com <dswitkin@google.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 26 Aug 2010 14:58:03 +0000 (14:58 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1568 59b500cc-1b3d-0410-9834-0bbf25fbcc57

core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java

index a8fc37d..00f1e3b 100644 (file)
@@ -27,7 +27,7 @@ public final class EAN13BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public EAN13BlackBox1TestCase() {
     super("test/data/blackbox/ean13-1", new MultiFormatReader(), BarcodeFormat.EAN_13);
-    addTest(30, 32, 0.0f);
+    addTest(29, 32, 0.0f);
     addTest(27, 32, 180.0f);
   }