datamatrix fails but could be an issue with text

This commit is contained in:
Henry Schimke
2023-04-28 17:12:53 -05:00
parent 57d4f82e7c
commit e05fae5b6a
4 changed files with 35 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ use rxing::pdf417::PDF417Reader;
*/
#[test]
fn pdf417_black_box4_test_case() {
let mut tester = common::PDF417MultiImageSpanAbstractBlackBoxTestCase::new(
let mut tester = common::MultiImageSpanAbstractBlackBoxTestCase::new(
"test_resources/blackbox/pdf417-4",
PDF417Reader::default(),
rxing::BarcodeFormat::PDF_417,