All the positive test cases now track normal and try harder success rates separately...
[zxing.git] / core / test / src / com / google / zxing / oned / Code128BlackBox2TestCase.java
index 3c04ff3..a42338a 100644 (file)
@@ -29,8 +29,8 @@ public final class Code128BlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public Code128BlackBox2TestCase() {
     super(new File("test/data/blackbox/code128-2"), new MultiFormatReader(), BarcodeFormat.CODE_128);
-    addTest(33, 0.0f);
-    addTest(34, 180.0f);
+    addTest(33, 39, 0.0f);
+    addTest(34, 37, 180.0f);
   }
 
 }
\ No newline at end of file