Added new test of unsupported barcodes, to make sure we don't decode them.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 25 Jun 2008 01:26:22 +0000 (01:26 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 25 Jun 2008 01:26:22 +0000 (01:26 +0000)
commit5e28bc2ec31292e3898a9bb510b5809480de308f
treefcc25640bbeddb8d6192a089febf3c5d973440a0
parent3e44f4a9e6feed6d16a3c6f1e7bd22d4dda3860b
Added new test of unsupported barcodes, to make sure we don't decode them.

git-svn-id: http://zxing.googlecode.com/svn/trunk@477 59b500cc-1b3d-0410-9834-0bbf25fbcc57
12 files changed:
core/test/data/blackbox/unsupported/01.jpg [new file with mode: 0644]
core/test/data/blackbox/unsupported/02.jpg [new file with mode: 0644]
core/test/data/blackbox/unsupported/03.jpg [new file with mode: 0755]
core/test/data/blackbox/unsupported/04.jpg [new file with mode: 0755]
core/test/data/blackbox/unsupported/05.jpg [new file with mode: 0755]
core/test/data/blackbox/unsupported/06.jpg [new file with mode: 0755]
core/test/data/blackbox/unsupported/07.jpg [new file with mode: 0755]
core/test/data/blackbox/unsupported/08.jpg [new file with mode: 0755]
core/test/data/blackbox/unsupported/09.jpg [new file with mode: 0755]
core/test/data/blackbox/unsupported/10.jpg [new file with mode: 0755]
core/test/src/com/google/zxing/negative/PartialBlackBoxTestCase.java
core/test/src/com/google/zxing/negative/UnsupportedBlackBoxTestCase.java [new file with mode: 0644]