My BitVector implementation was totally buggy. I rewrote a lot of it and ported the...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 18 Nov 2008 15:34:45 +0000 (15:34 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 18 Nov 2008 15:34:45 +0000 (15:34 +0000)
commit80f6fb2233996a8135a6051499c16c2ff90bff3f
tree981660e367a8e51fe39b9baec818bb5131b8ac72
parenteb2fb99b4e6ad935cbf277675226b820c0cd8f7d
My BitVector implementation was totally buggy. I rewrote a lot of it and ported the test case, which now passes.

Now I'm tracking down an assertion in Encoder.InterleaveWithECBytes().

git-svn-id: http://zxing.googlecode.com/svn/trunk@717 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/qrcode/encoder/BitVector.java
core/src/com/google/zxing/qrcode/encoder/Debug.java
core/src/com/google/zxing/qrcode/encoder/Encoder.java
core/test/src/com/google/zxing/qrcode/encoder/BitVectorTestCase.java [new file with mode: 0644]