From b14a77502d826ae3dfa8d81c4ac213f6d79d6ee2 Mon Sep 17 00:00:00 2001 From: "dswitkin@google.com" Date: Thu, 26 Aug 2010 14:58:03 +0000 Subject: [PATCH] One more change to accommodate differences in jpeg libraries. Some machines will report this test as too lax by one image. git-svn-id: https://zxing.googlecode.com/svn/trunk@1568 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java index a8fc37df5..00f1e3ba9 100644 --- a/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java @@ -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); }