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:
dswitkin 2008-10-01 14:17:17 +00:00
parent bacd1469af
commit 16bdeac581
5 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View file

@ -0,0 +1 @@
060410049235

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View file

@ -0,0 +1 @@
060410049235

View file

@ -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);
}
}
}