mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
all tests except SA pass
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user