Skip to content

Commit a7e272e

Browse files
committed
repaired linux test
1 parent aa7501b commit a7e272e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/UpdaterTest/tst_updatertest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void UpdaterTest::testUpdateCheck_data()
8888
<< updates;
8989
#elif defined(Q_OS_UNIX)
9090
QList<Updater::UpdateInfo> updates;
91-
updates += {"IcoDroid", QVersionNumber::fromString("1.0.1"), 55737708ull};
91+
updates += {"IcoDroid", QVersionNumber::fromString("1.1.2"), 55979275ull};
9292
QTest::newRow("/home/sky/IcoDroid") << "/home/sky/IcoDroid/maintenancetool"
9393
<< true
9494
<< updates;

0 commit comments

Comments
 (0)