Added rounding code to getRow() as well and updated the tests accordingly.
[zxing.git] / core / test / src / com / google / zxing / oned / ITFBlackBox1TestCase.java
index 79e1c81..9be4d10 100644 (file)
 \r
 package com.google.zxing.oned;\r
 \r
-import com.google.zxing.MultiFormatReader;\r
 import com.google.zxing.BarcodeFormat;\r
+import com.google.zxing.MultiFormatReader;\r
 import com.google.zxing.common.AbstractBlackBoxTestCase;\r
 \r
-import java.io.File;\r
-\r
 /**\r
  * @author kevin.osullivan@sita.aero\r
  */\r
 public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase {\r
 \r
   public ITFBlackBox1TestCase() {\r
-    super(new File("test/data/blackbox/itf-1"), new MultiFormatReader(), BarcodeFormat.ITF);\r
-    addTest(9, 12, 0.0f);\r
+    super("test/data/blackbox/itf-1", new MultiFormatReader(), BarcodeFormat.ITF);\r
+    addTest(8, 12, 0.0f);\r
+    addTest(11, 12, 180.0f);\r
   }\r
 \r
-}
\ No newline at end of file
+}\r