Add Code 93 support. Update tests to reflect new (better) number of successes.
[zxing.git] / core / test / src / com / google / zxing / oned / ITFBlackBox1TestCase.java
index ad488dc..64050c9 100644 (file)
@@ -28,7 +28,7 @@ public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase {
   public ITFBlackBox1TestCase() {\r
     super("test/data/blackbox/itf-1", new MultiFormatReader(), BarcodeFormat.ITF);\r
     addTest(9, 12, 0.0f);\r
-    addTest(8, 12, 180.0f);\r
+    addTest(12, 12, 180.0f);\r
   }\r
 \r
 }\r