Added 17 real world Code 39 images to our unit tests. We decode all 17, upside down...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 20 Jun 2008 19:20:27 +0000 (19:20 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 20 Jun 2008 19:20:27 +0000 (19:20 +0000)
commit525d9d414dee53c5721122e4aa83e2c660ff0dd7
tree64004c6e136e7367cd20541d7af6e36f61990049
parent1d801562f15f970ce89a8576a326fa2b994983ac
Added 17 real world Code 39 images to our unit tests. We decode all 17, upside down and right-side up.

git-svn-id: http://zxing.googlecode.com/svn/trunk@460 59b500cc-1b3d-0410-9834-0bbf25fbcc57
35 files changed:
core/test/data/blackbox/code39-3/01.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/01.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/02.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/02.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/03.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/03.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/04.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/04.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/05.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/05.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/06.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/06.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/07.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/07.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/08.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/08.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/09.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/09.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/10.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/10.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/11.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/11.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/12.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/12.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/13.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/13.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/14.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/14.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/15.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/15.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/16.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/16.txt [new file with mode: 0644]
core/test/data/blackbox/code39-3/17.jpg [new file with mode: 0644]
core/test/data/blackbox/code39-3/17.txt [new file with mode: 0644]
core/test/src/com/google/zxing/oned/Code39BlackBox3TestCase.java [new file with mode: 0644]