Continuing with the x, y coordinate push, BitMatrix is now standardized. I also conve...
[zxing.git] / core / test / src / com / google / zxing / qrcode / decoder / DataMaskTestCase.java
index 1f15ce6..43ae4f2 100644 (file)
@@ -105,7 +105,7 @@ public final class DataMaskTestCase extends TestCase {
         assertEquals(
             "(" + i + ',' + j + ')',
             condition.isMasked(i, j),
-            bits.get(i, j));
+            bits.get(j, i));
       }
     }
   }