Wrote a quick command line app to calculate how many total images are passing our...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 18 Jun 2009 20:55:42 +0000 (20:55 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 18 Jun 2009 20:55:42 +0000 (20:55 +0000)
commitf250c3e579ae2391ee45a4708c3f80fb610688de
tree014cb6f0ef8c86b8164bbdc3c944c83e8ad3c9f6
parent8b834ed48c9b674ac2022686a3f830e466bbe655
Wrote a quick command line app to calculate how many total images are passing our blackbox unit tests. This could use some improvement but it's a start.

git-svn-id: http://zxing.googlecode.com/svn/trunk@971 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/test/src/com/google/zxing/AllPositiveBlackBoxTester.java [new file with mode: 0644]
core/test/src/com/google/zxing/common/AbstractBlackBoxTestCase.java
core/test/src/com/google/zxing/oned/EAN13BlackBox4TestCase.java