Changes to the matrix and debug classes to make some tests pass.
authorccmysen <ccmysen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 19 Nov 2008 09:26:54 +0000 (09:26 +0000)
committerccmysen <ccmysen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 19 Nov 2008 09:26:54 +0000 (09:26 +0000)
commit1acec360c69cffe46e61ae0fabdab91a3892d8d9
tree0a723099f82a33b07732127794124bd2f2983107
parent5c7e7554870315980c501ab91e5edb831be35bbf
Changes to the matrix and debug classes to make some tests pass.
I'm not super happy about making LOG_INFO a noop, but I don't know the general
solution off hand.

In any case, MatrixUtilTestCase and MaskUtilTestCase both pass now.

git-svn-id: http://zxing.googlecode.com/svn/trunk@729 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/qrcode/encoder/Debug.java
core/src/com/google/zxing/qrcode/encoder/MatrixUtil.java