Added rounding code to getRow() as well and updated the tests accordingly.
[zxing.git] / core / test / src / com / google / zxing / oned / Code128BlackBox2TestCase.java
index 1e134fd..b8f03f2 100644 (file)
@@ -27,7 +27,7 @@ public final class Code128BlackBox2TestCase extends AbstractBlackBoxTestCase {
 
   public Code128BlackBox2TestCase() {
     super("test/data/blackbox/code128-2", new MultiFormatReader(), BarcodeFormat.CODE_128);
-    addTest(35, 39, 0.0f);
+    addTest(36, 39, 0.0f);
     addTest(36, 39, 180.0f);
   }