Adding in the rest of the qrcode test cases.
authorccmysen <ccmysen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 18 Nov 2008 18:56:19 +0000 (18:56 +0000)
committerccmysen <ccmysen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 18 Nov 2008 18:56:19 +0000 (18:56 +0000)
commit0ee7ee8ec02041bf4a18a3f28419169795648e20
treeac0998f6804102fd3557d4ef014b98ee4e44be7d
parent4bd31d37b4b24f34fcf26d98f7f1eb42fad6d403
Adding in the rest of the qrcode test cases.
Most of them seem to be having run errors right now, but most of the major
syntax errors are now gone. The main missing feature right now is the use of
the GaloisField polynomial and a working Renderer class.

git-svn-id: http://zxing.googlecode.com/svn/trunk@719 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/test/src/com/google/zxing/qrcode/encoder/EncoderTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/qrcode/encoder/MaskUtilTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/qrcode/encoder/MatrixUtilTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/qrcode/encoder/QRCodeTestCase.java [new file with mode: 0644]
core/test/src/com/google/zxing/qrcode/encoder/RendererTestCase.java [new file with mode: 0644]