Missed a test improvement

git-svn-id: https://zxing.googlecode.com/svn/trunk@2582 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-03-01 20:07:55 +00:00
parent b01cff36fa
commit 86671ab226

View file

@ -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);
}