fix mirrored and remove unsuported test case

This commit is contained in:
Henry Schimke
2023-01-28 17:38:48 -06:00
parent ce37f1cf98
commit e4f6fe0daf
6 changed files with 28 additions and 8 deletions

View File

@@ -29,10 +29,10 @@ fn data_matrix_black_box1_test_case() {
rxing::BarcodeFormat::DATA_MATRIX,
);
// super("src/test/resources/blackbox/datamatrix-1", new MultiFormatReader(), BarcodeFormat.DATA_MATRIX);
tester.add_test(27, 29, 0.0);
tester.add_test(21, 27, 90.0);
tester.add_test(21, 27, 180.0);
tester.add_test(21, 27, 270.0);
tester.add_test(27, 28, 0.0);
tester.add_test(21, 26, 90.0);
tester.add_test(21, 26, 180.0);
tester.add_test(21, 26, 270.0);
tester.test_black_box();
}