mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 06:04:30 +00:00
Fix incorrect compare string on findMagicCookieWithError() test function
Change-Id: Ic38a4dd321d01606deb5f85bfdabac3677205e81 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
This commit is contained in:
parent
d4eb7fba67
commit
6d5c3d36ea
@ -128,7 +128,7 @@ private slots:
|
||||
// throws
|
||||
QInstaller::BinaryContent::findMagicCookie(&file, QInstaller::BinaryContent::MagicCookie);
|
||||
} catch (const QInstaller::Error &error) {
|
||||
QCOMPARE(qPrintable(error.message()), "No marker found, stopped after 71.00 KiB.");
|
||||
QCOMPARE(qPrintable(error.message()), "No marker found, stopped after 71.00 KB.");
|
||||
} catch (...) {
|
||||
QFAIL("Unexpected error.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user