Add Code 93 support. Update tests to reflect new (better) number of successes.
[zxing.git] / javase / src / com / google / zxing / client / j2se / CommandLineRunner.java
index 8ac1de4..8777337 100644 (file)
@@ -116,6 +116,7 @@ public final class CommandLineRunner {
     vector.addElement(BarcodeFormat.RSS14);    
     if (!productsOnly) {
       vector.addElement(BarcodeFormat.CODE_39);
+      vector.addElement(BarcodeFormat.CODE_93);      
       vector.addElement(BarcodeFormat.CODE_128);
       vector.addElement(BarcodeFormat.ITF);
       vector.addElement(BarcodeFormat.QR_CODE);