all tests except SA pass

This commit is contained in:
Henry Schimke
2023-04-28 16:45:18 -05:00
parent 4d703c4e51
commit 57d4f82e7c
8 changed files with 89 additions and 43 deletions

View File

@@ -384,6 +384,9 @@ impl<T: MultipleBarcodeReader + Reader> PDF417MultiImageSpanAbstractBlackBoxTest
RXingResultMetadataType::CONTENT_TYPE => {
RXingResultMetadataValue::ContentType(v)
}
RXingResultMetadataType::IS_INVERTED => {
RXingResultMetadataValue::IsInverted(v.parse().unwrap())
}
};
expected_metadata.insert(new_k, new_v);
}