mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
git-svn-id: https://zxing.googlecode.com/svn/trunk@743 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
a8d732d084
commit
4928f6bd07
|
@ -16,7 +16,6 @@
|
|||
|
||||
package com.google.zxing.oned;
|
||||
|
||||
import com.google.zxing.MultiFormatReader;
|
||||
import com.google.zxing.BarcodeFormat;
|
||||
import com.google.zxing.common.AbstractBlackBoxTestCase;
|
||||
|
||||
|
@ -28,9 +27,10 @@ import java.io.File;
|
|||
public final class ITF14BlackBox1TestCase extends AbstractBlackBoxTestCase {
|
||||
|
||||
public ITF14BlackBox1TestCase() {
|
||||
super(new File("test/data/blackbox/itf14-1"), new MultiFormatReader(), BarcodeFormat.ITF_14);
|
||||
addTest(0, 0, 0.0f);
|
||||
addTest(0, 0, 180.0f);
|
||||
// TODO re-enable MultiFormatReader here once we've better settled how to handle all these new formats
|
||||
super(new File("test/data/blackbox/itf14-1"), new ITF14Reader(), BarcodeFormat.ITF_14);
|
||||
addTest(2, 2, 0.0f);
|
||||
addTest(2, 2, 180.0f);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue