Add Code 93 support. Update tests to reflect new (better) number of successes.
[zxing.git] / core / test / src / com / google / zxing / oned / Code128BlackBox2TestCase.java
index b2fb164..1e134fd 100644 (file)
@@ -27,8 +27,8 @@ public final class Code128BlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public Code128BlackBox2TestCase() {
     super("test/data/blackbox/code128-2", new MultiFormatReader(), BarcodeFormat.CODE_128);
-    addTest(33, 39, 0.0f);
-    addTest(34, 39, 180.0f);
+    addTest(35, 39, 0.0f);
+    addTest(36, 39, 180.0f);
   }
 
 }
\ No newline at end of file