mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Missed a test improvement
git-svn-id: https://zxing.googlecode.com/svn/trunk@2582 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
b01cff36fa
commit
86671ab226
|
@ -29,7 +29,7 @@ public final class AztecBlackBox2TestCase extends AbstractBlackBoxTestCase {
|
|||
public AztecBlackBox2TestCase() {
|
||||
super("test/data/blackbox/aztec-2", new AztecReader(), BarcodeFormat.AZTEC);
|
||||
addTest(2, 2, 0.0f);
|
||||
addTest(1, 1, 90.0f);
|
||||
addTest(2, 2, 90.0f);
|
||||
addTest(3, 3, 180.0f);
|
||||
addTest(1, 1, 270.0f);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue