Add Code 93 support. Update tests to reflect new (better) number of successes.
[zxing.git] / core / test / src / com / google / zxing / oned / UPCEBlackBox3ReflectiveTestCase.java
index ff5e129..766356c 100644 (file)
@@ -16,8 +16,8 @@
 
 package com.google.zxing.oned;
 
-import com.google.zxing.MultiFormatReader;
 import com.google.zxing.BarcodeFormat;
+import com.google.zxing.MultiFormatReader;
 import com.google.zxing.common.AbstractBlackBoxTestCase;
 
 /**
@@ -27,8 +27,8 @@ public final class UPCEBlackBox3ReflectiveTestCase extends AbstractBlackBoxTestC
 
   public UPCEBlackBox3ReflectiveTestCase() {
     super("test/data/blackbox/upce-3", new MultiFormatReader(), BarcodeFormat.UPC_E);
-    addTest(4, 8, 0.0f);
-    addTest(4, 8, 180.0f);
+    addTest(6, 8, 0.0f);
+    addTest(6, 8, 180.0f);
   }
 
 }