Another attack on integrating encoder and decoder: Version is done. Attempted to...
[zxing.git] / core / test / src / com / google / zxing / qrcode / encoder / MatrixUtilTestCase.java
index e379f34..f1965d6 100644 (file)
@@ -234,7 +234,7 @@ public final class MatrixUtilTestCase extends TestCase {
       " 1 0 1 1 1 0 1 0 1 1 1 1 0 0 0 0 1 1 1 0 0\n" +
       " 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0\n" +
       " 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 1 0 0 1 0\n";
-    char bytes[] = {32, 65, 205, 69, 41, 220, 46, 128, 236,
+    char[] bytes = {32, 65, 205, 69, 41, 220, 46, 128, 236,
                    42, 159, 74, 221, 244, 169, 239, 150, 138,
                    70, 237, 85, 224, 96, 74, 219 , 61};
     BitVector bits = new BitVector();