We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7501b commit a7e272eCopy full SHA for a7e272e
Tests/UpdaterTest/tst_updatertest.cpp
@@ -88,7 +88,7 @@ void UpdaterTest::testUpdateCheck_data()
88
<< updates;
89
#elif defined(Q_OS_UNIX)
90
QList<Updater::UpdateInfo> updates;
91
- updates += {"IcoDroid", QVersionNumber::fromString("1.0.1"), 55737708ull};
+ updates += {"IcoDroid", QVersionNumber::fromString("1.1.2"), 55979275ull};
92
QTest::newRow("/home/sky/IcoDroid") << "/home/sky/IcoDroid/maintenancetool"
93
<< true
94
0 commit comments