PDF417BlackBox1TestCase.java (zxing-zxing-3.4.1) | : | PDF417BlackBox1TestCase.java (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
/** | /** | |||
* This test consists of perfect, computer-generated images. We should have 100% passing. | * This test consists of perfect, computer-generated images. We should have 100% passing. | |||
* | * | |||
* @author SITA Lab (kevin.osullivan@sita.aero) | * @author SITA Lab (kevin.osullivan@sita.aero) | |||
*/ | */ | |||
public final class PDF417BlackBox1TestCase extends AbstractBlackBoxTestCase { | public final class PDF417BlackBox1TestCase extends AbstractBlackBoxTestCase { | |||
public PDF417BlackBox1TestCase() { | public PDF417BlackBox1TestCase() { | |||
super("src/test/resources/blackbox/pdf417-1", new MultiFormatReader(), Barco deFormat.PDF_417); | super("src/test/resources/blackbox/pdf417-1", new MultiFormatReader(), Barco deFormat.PDF_417); | |||
addTest(10, 10, 0.0f); | addTest(10, 10, 0.0f); | |||
addTest(10, 10, 90.0f); | ||||
addTest(10, 10, 180.0f); | addTest(10, 10, 180.0f); | |||
addTest(10, 10, 270.0f); | ||||
} | } | |||
} | } | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |