Mahesh
Results
2
issues of
Mahesh
The existing tests was just reporting the Decoded barcode data alone. So, updating the tests to Decode barcode data as well as the Barcode Type/Format(i.e. QR_CODE , CODE_128 and so...
``` c++ 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...