ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
authorkev.sully <kev.sully@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 22 Dec 2008 12:41:14 +0000 (12:41 +0000)
committerkev.sully <kev.sully@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 22 Dec 2008 12:41:14 +0000 (12:41 +0000)
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

index 47e4e24..79e1c81 100644 (file)
@@ -29,7 +29,7 @@ public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase {
 \r
   public ITFBlackBox1TestCase() {\r
     super(new File("test/data/blackbox/itf-1"), new MultiFormatReader(), BarcodeFormat.ITF);\r
-    addTest(0, 0, 0.0f);\r
+    addTest(9, 12, 0.0f);\r
   }\r
 \r
 }
\ No newline at end of file