Skip to content

Commit

Permalink
repaired mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Jul 23, 2016
1 parent a7e272e commit 107693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UpdaterTest/tst_updatertest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void UpdaterTest::testUpdateCheck_data()
<< updates;
#elif defined(Q_OS_OSX)
QList<Updater::UpdateInfo> updates;
updates += {"IcoDroid", QVersionNumber::fromString("1.1.2"), 23144149ull};
updates += {"IcoDroid", QVersionNumber::fromString("1.1.2"), 23391377ull};
QTest::newRow("/Applications/IcoDroid.app") << "/Applications/IcoDroid.app/maintenancetool"
<< true
<< updates;
Expand Down

0 comments on commit 107693a

Please sign in to comment.