AztecBlackBox1TestCase.java (zxing-zxing-3.4.1) | : | AztecBlackBox1TestCase.java (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
import com.google.zxing.BarcodeFormat; | import com.google.zxing.BarcodeFormat; | |||
import com.google.zxing.common.AbstractBlackBoxTestCase; | import com.google.zxing.common.AbstractBlackBoxTestCase; | |||
/** | /** | |||
* @author David Olivier | * @author David Olivier | |||
*/ | */ | |||
public final class AztecBlackBox1TestCase extends AbstractBlackBoxTestCase { | public final class AztecBlackBox1TestCase extends AbstractBlackBoxTestCase { | |||
public AztecBlackBox1TestCase() { | public AztecBlackBox1TestCase() { | |||
super("src/test/resources/blackbox/aztec-1", new AztecReader(), BarcodeForma t.AZTEC); | super("src/test/resources/blackbox/aztec-1", new AztecReader(), BarcodeForma t.AZTEC); | |||
addTest(13, 13, 0.0f); | addTest(14, 14, 0.0f); | |||
addTest(13, 13, 90.0f); | addTest(14, 14, 90.0f); | |||
addTest(13, 13, 180.0f); | addTest(14, 14, 180.0f); | |||
addTest(13, 13, 270.0f); | addTest(14, 14, 270.0f); | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |