From: kev.sully Date: Mon, 22 Dec 2008 12:41:14 +0000 (+0000) Subject: ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d751a2d35baf9daf39c5e6532b0b13432a442f10;hp=8174ff6f2426b0b70ca50d7659366e8072a222d8;p=zxing.git ISSUE: 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 --- 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