Added rounding code to getRow() as well and updated the tests accordingly.
[zxing.git] / core / test / src / com / google / zxing / oned / ITFBlackBox1TestCase.java
index 64050c9..9be4d10 100644 (file)
@@ -27,8 +27,8 @@ public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase {
 \r
   public ITFBlackBox1TestCase() {\r
     super("test/data/blackbox/itf-1", new MultiFormatReader(), BarcodeFormat.ITF);\r
-    addTest(9, 12, 0.0f);\r
-    addTest(12, 12, 180.0f);\r
+    addTest(8, 12, 0.0f);\r
+    addTest(11, 12, 180.0f);\r
   }\r
 \r
 }\r