From d751a2d35baf9daf39c5e6532b0b13432a442f10 Mon Sep 17 00:00:00 2001 From: "kev.sully" Date: Mon, 22 Dec 2008 12:41:14 +0000 Subject: [PATCH] ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 Added more test cases for ITF git-svn-id: http://zxing.googlecode.com/svn/trunk@802 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java index 47e4e249..79e1c81b 100644 --- a/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java @@ -29,7 +29,7 @@ public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase { public ITFBlackBox1TestCase() { super(new File("test/data/blackbox/itf-1"), new MultiFormatReader(), BarcodeFormat.ITF); - addTest(0, 0, 0.0f); + addTest(9, 12, 0.0f); } } \ No newline at end of file -- 2.20.1