mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
several backported fixes (some are not supported and are not included in tests)
This commit is contained in:
@@ -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, 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.add_test(27, 27, 0.0);
|
||||
tester.add_test(21, 25, 90.0);
|
||||
tester.add_test(21, 25, 180.0);
|
||||
tester.add_test(21, 25, 270.0);
|
||||
|
||||
tester.test_black_box();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user