Added 18 real world DataMatrix blackbox images, plus turned on rotation for the origi...
[zxing.git] / core / test / src / com / google / zxing / datamatrix / DataMatrixBlackBox1TestCase.java
index a8f289a..dd82994 100644 (file)
@@ -30,7 +30,10 @@ public final class DataMatrixBlackBox1TestCase extends AbstractBlackBoxTestCase
   public DataMatrixBlackBox1TestCase() {
     // TODO use MultiFormatReader here once Data Matrix decoder is done
     super(new File("test/data/blackbox/datamatrix-1"), new DataMatrixReader(), BarcodeFormat.DATAMATRIX);
-    addTest(7, 0.0f);
+    addTest(7, 7, 0.0f);
+    addTest(7, 7, 90.0f);
+    addTest(6, 6, 180.0f);
+    addTest(4, 4, 270.0f);
   }
 
 }
\ No newline at end of file