Added rounding code to getRow() as well and updated the tests accordingly.
authordswitkin@google.com <dswitkin@google.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 26 Aug 2010 14:06:44 +0000 (14:06 +0000)
committerdswitkin@google.com <dswitkin@google.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 26 Aug 2010 14:06:44 +0000 (14:06 +0000)
commitaf2a2146f0a0f79f9196501bd38f9ac2e9a6d061
tree1941f0b1e230ad3ec2fd233a3f3de7db6fd73187
parent8f2a89aa54e084988c626aa2e5cf072ca6ed58e5
Added rounding code to getRow() as well and updated the tests accordingly.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1564 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/test/src/com/google/zxing/oned/Code128BlackBox2TestCase.java
core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/ITFBlackBox1TestCase.java
core/test/src/com/google/zxing/oned/UPCABlackBox1TestCase.java
core/test/src/com/google/zxing/oned/UPCABlackBox3ReflectiveTestCase.java
core/test/src/com/google/zxing/oned/UPCABlackBox4TestCase.java
javase/src/com/google/zxing/client/j2se/BufferedImageLuminanceSource.java