progress on passing tests

This commit is contained in:
Henry Schimke
2023-04-27 10:59:39 -05:00
parent 26109ab9ed
commit 6aee7a66b9
5 changed files with 40 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use rxing::{qrcode::cpp_port::QrReader, BarcodeFormat};
use rxing::{qrcode::cpp_port::QrReader, BarcodeFormat, MultiUseMultiFormatReader};
mod common;
@@ -187,7 +187,7 @@ fn cpp_qrcode_black_box2_test_case() {
let mut tester = common::AbstractBlackBoxTestCase::new(
"test_resources/blackbox/cpp/qrcode-2",
// MultiFormatReader::default(),
QrReader {},
QrReader::default(),
BarcodeFormat::QR_CODE,
);
tester.add_test(45, 47, 0.0);