mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Fix apparently-inconsequential typo in QR code encoder test case
git-svn-id: https://zxing.googlecode.com/svn/trunk@778 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
d300a96e7a
commit
12420b443d
|
@ -26,7 +26,7 @@ public final class ReedSolomonDecoderQRCodeTestCase extends AbstractReedSolomonT
|
|||
/** See ISO 18004, Appendix I, from which this example is taken. */
|
||||
private static final int[] QR_CODE_TEST =
|
||||
{ 0x10, 0x20, 0x0C, 0x56, 0x61, 0x80, 0xEC, 0x11, 0xEC,
|
||||
0x11, 0xEC, 0x11, 0xEC, 0x11, 0xEC, 0x11, 0xA5 };
|
||||
0x11, 0xEC, 0x11, 0xEC, 0x11, 0xEC, 0x11 };
|
||||
private static final int[] QR_CODE_TEST_WITH_EC =
|
||||
{ 0x10, 0x20, 0x0C, 0x56, 0x61, 0x80, 0xEC, 0x11, 0xEC,
|
||||
0x11, 0xEC, 0x11, 0xEC, 0x11, 0xEC, 0x11, 0xA5, 0x24,
|
||||
|
|
Loading…
Reference in a new issue