mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Test from issue 1112
git-svn-id: https://zxing.googlecode.com/svn/trunk@2160 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
faf139e2e8
commit
7cc411eb9b
BIN
core/test/data/blackbox/aztec-1/tag.png
Normal file
BIN
core/test/data/blackbox/aztec-1/tag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
1
core/test/data/blackbox/aztec-1/tag.txt
Normal file
1
core/test/data/blackbox/aztec-1/tag.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ceci est un tag.
|
BIN
core/test/data/blackbox/aztec-1/texte.png
Normal file
BIN
core/test/data/blackbox/aztec-1/texte.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
1
core/test/data/blackbox/aztec-1/texte.txt
Normal file
1
core/test/data/blackbox/aztec-1/texte.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ceci est un texte!
|
|
@ -26,10 +26,10 @@ public final class AztecBlackBox1TestCase extends AbstractBlackBoxTestCase {
|
|||
|
||||
public AztecBlackBox1TestCase() {
|
||||
super("test/data/blackbox/aztec-1", new AztecReader(), BarcodeFormat.AZTEC);
|
||||
addTest(9, 9, 0.0f);
|
||||
addTest(9, 9, 90.0f);
|
||||
addTest(9, 9, 180.0f);
|
||||
addTest(9, 9, 270.0f);
|
||||
addTest(11, 11, 0.0f);
|
||||
addTest(11, 11, 90.0f);
|
||||
addTest(11, 11, 180.0f);
|
||||
addTest(11, 11, 270.0f);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue