mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
add datamatrix 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(21, 21, 0.0);
|
||||
tester.add_test(21, 21, 90.0);
|
||||
tester.add_test(21, 21, 180.0);
|
||||
tester.add_test(21, 21, 270.0);
|
||||
tester.add_test(26, 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user