mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Added two more UPC-A blackbox images submitted by the community.
git-svn-id: https://zxing.googlecode.com/svn/trunk@593 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
bacd1469af
commit
16bdeac581
BIN
core/test/data/blackbox/upca-4/8.jpg
Normal file
BIN
core/test/data/blackbox/upca-4/8.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
1
core/test/data/blackbox/upca-4/8.txt
Normal file
1
core/test/data/blackbox/upca-4/8.txt
Normal file
|
@ -0,0 +1 @@
|
|||
060410049235
|
BIN
core/test/data/blackbox/upca-4/9.jpg
Normal file
BIN
core/test/data/blackbox/upca-4/9.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
1
core/test/data/blackbox/upca-4/9.txt
Normal file
1
core/test/data/blackbox/upca-4/9.txt
Normal file
|
@ -0,0 +1 @@
|
|||
060410049235
|
|
@ -29,8 +29,8 @@ public final class UPCABlackBox4TestCase extends AbstractBlackBoxTestCase {
|
|||
|
||||
public UPCABlackBox4TestCase() {
|
||||
super(new File("test/data/blackbox/upca-4"), new MultiFormatReader(), BarcodeFormat.UPC_A);
|
||||
addTest(0, 1, 0.0f);
|
||||
addTest(0, 1, 180.0f);
|
||||
addTest(1, 2, 0.0f);
|
||||
addTest(1, 2, 180.0f);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue