mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Added more test cases for ITF git-svn-id: https://zxing.googlecode.com/svn/trunk@802 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5545bdb317
commit
0a3ddd33dc
|
@ -29,7 +29,7 @@ public final class ITFBlackBox1TestCase extends AbstractBlackBoxTestCase {
|
|||
|
||||
public ITFBlackBox1TestCase() {
|
||||
super(new File("test/data/blackbox/itf-1"), new MultiFormatReader(), BarcodeFormat.ITF);
|
||||
addTest(0, 0, 0.0f);
|
||||
addTest(9, 12, 0.0f);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue