Maxicode1TestCase.java (zxing-zxing-3.4.1) | : | Maxicode1TestCase.java (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
import com.google.zxing.MultiFormatReader; | import com.google.zxing.MultiFormatReader; | |||
import com.google.zxing.common.AbstractBlackBoxTestCase; | import com.google.zxing.common.AbstractBlackBoxTestCase; | |||
/** | /** | |||
* Tests {@link MaxiCodeReader} against a fixed set of test images. | * Tests {@link MaxiCodeReader} against a fixed set of test images. | |||
*/ | */ | |||
public final class Maxicode1TestCase extends AbstractBlackBoxTestCase { | public final class Maxicode1TestCase extends AbstractBlackBoxTestCase { | |||
public Maxicode1TestCase() { | public Maxicode1TestCase() { | |||
super("src/test/resources/blackbox/maxicode-1", new MultiFormatReader(), Bar codeFormat.MAXICODE); | super("src/test/resources/blackbox/maxicode-1", new MultiFormatReader(), Bar codeFormat.MAXICODE); | |||
addTest(5, 5, 0.0f); | addTest(6, 6, 0.0f); | |||
//addTest(5, 5, 90.0f); | ||||
//addTest(5, 5, 180.0f); | ||||
//addTest(5, 5, 270.0f); | ||||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 1 lines changed or added |