Add Code 93 support. Update tests to reflect new (better) number of successes.
[zxing.git] / core / test / src / com / google / zxing / oned / EAN13BlackBox1TestCase.java
index 07ee093..61fc135 100644 (file)
@@ -27,8 +27,8 @@ public final class EAN13BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public EAN13BlackBox1TestCase() {
     super("test/data/blackbox/ean13-1", new MultiFormatReader(), BarcodeFormat.EAN_13);
-    addTest(28, 31, 0.0f);
-    addTest(26, 31, 180.0f);
+    addTest(29, 31, 0.0f);
+    addTest(27, 31, 180.0f);
   }
 
 }
\ No newline at end of file