Fixed a few more extractPureBits() gotchas that came up, and added a couple tests...
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 11 Mar 2008 17:43:32 +0000 (17:43 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 11 Mar 2008 17:43:32 +0000 (17:43 +0000)
commitd95e9e95edfccd997a31512973c2d28cd8b9e0c5
tree80ddd9452ca56a9b36067ddedd82955cb99c3e6e
parentc77b0a5ed27492e19ded6c2a95aec121c509b0a2
Fixed a few more extractPureBits() gotchas that came up, and added a couple tests for UPC-E

git-svn-id: http://zxing.googlecode.com/svn/trunk@269 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/datamatrix/DataMatrixReader.java
core/src/com/google/zxing/qrcode/QRCodeReader.java
core/test/data/blackbox/upce-1/1.txt [new file with mode: 0644]
core/test/data/blackbox/upce-1/1.url [new file with mode: 0644]
core/test/data/blackbox/upce-1/2.txt [new file with mode: 0644]
core/test/data/blackbox/upce-1/2.url [new file with mode: 0644]
core/test/data/blackbox/upce-1/4.txt [new file with mode: 0644]
core/test/data/blackbox/upce-1/4.url [new file with mode: 0644]
core/test/src/com/google/zxing/oned/EAN8BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/UPCEBlackBox1TestCase.java [new file with mode: 0644]