Added rounding code to getRow() as well and updated the tests accordingly.
[zxing.git] / core / test / src / com / google / zxing / oned / UPCABlackBox4TestCase.java
index d18eab6..b6da811 100644 (file)
@@ -27,8 +27,8 @@ public final class UPCABlackBox4TestCase extends AbstractBlackBoxTestCase {
 
   public UPCABlackBox4TestCase() {
     super("test/data/blackbox/upca-4", new MultiFormatReader(), BarcodeFormat.UPC_A);
-    addTest(8, 13, 0.0f);
-    addTest(8, 12, 180.0f);
+    addTest(9, 11, 0.0f);
+    addTest(9, 11, 180.0f);
   }
 
 }