zxing/core/test/data/blackbox
2008-07-09 20:50:03 +00:00
..
code39-1 More updates to use local test images rather than remote 2008-06-16 16:13:12 +00:00
code39-2 More updates to use local test images rather than remote 2008-06-16 16:13:12 +00:00
code39-3 Added 17 real world Code 39 images to our unit tests. We decode all 17, upside down and right-side up. 2008-06-20 19:20:27 +00:00
code128-1 More updates to use local test images rather than remote 2008-06-16 16:13:12 +00:00
code128-2 Added 40 real world Code 128 images. We decode 9/40 right-side up, and 8/40 upside down. A fix will follow shortly to get these numbers up - we overtightened the pattern matching in the first round of false positive changes. 2008-06-20 19:24:02 +00:00
datamatrix-1 Added code for the Data Matrix decoder. 2008-03-11 03:48:12 +00:00
ean8-1 First set of updates to use local test images rather than remote 2008-06-16 16:00:51 +00:00
ean13-1 New rotated 1D barcode test case 2008-03-03 20:50:41 +00:00
ean13-2 Replaced the smaller, resized EAN13-2 test images with the full-size originals. 2008-04-19 18:38:52 +00:00
falsepositives Reworked the false positives unit tests to track each rotation separately, and to allow new tests to be added. I also removed four images which are going to live in another test. 2008-06-25 00:51:37 +00:00
partial Added blackbox test of partial barcodes which should not decode. 2008-06-25 01:10:52 +00:00
qrcode-1 Disallow BufferedImage of type TYPE_CUSTOM -- not decoding properly, and is kind of a weird case from ImageIO anyway 2008-03-03 22:45:52 +00:00
qrcode-2 Final updates to use local test images rather than remote 2008-06-16 16:29:48 +00:00
unsupported Added new test of unsupported barcodes, to make sure we don't decode them. 2008-06-25 01:26:22 +00:00
upca-1 Added BarcodeFormat to Result, indicating what type of barcode was detected. Added TRY_HARDER hint. Improved logicalness of results when reading UPC-A code / EAN-13 code starting with 0. 2008-02-25 23:02:50 +00:00
upca-2 Added 52 real world UPC-A greyscale test images. We get 26/52, but more with try harder. I think I'm going to break try harder results into their own test so we can track these separately. 2008-07-09 19:00:33 +00:00
upca-3 Added some very difficult reflective UPC-A images - we get 8/21. We would probably have to do something very special to handle soda cans with those silver on silver barcodes. 2008-07-09 20:50:03 +00:00
upce-1 First set of updates to use local test images rather than remote 2008-06-16 16:00:51 +00:00
README Major reorg of test cases 2008-02-13 23:28:52 +00:00

Thanks to Enrique G-S for contributing many of the EAN-13 test images.