qzxing icon indicating copy to clipboard operation
qzxing copied to clipboard

QZXingTests - The Tests should detect the Barcode format as well

Open maheshdev305 opened this issue 3 years ago • 1 comments

void DecodeValidator::executeTests(const QString &folderPath) {
...
    QZXing::DecoderFormat decoderFormat = getDecoderForFolder(subfolderName);
...
}

Instead of determining the decoder format based on the folder name, it should just loop through the folders & images and report the decoded barcode type & data.

maheshdev305 avatar May 25 '22 11:05 maheshdev305

Tests has been updated and can be viewed in PR 219

maheshdev305 avatar Jun 01 '22 14:06 maheshdev305