Skip to content

Commit de26d20

Browse files
committed
verify error
1 parent ae278b7 commit de26d20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/auto/autoupdatercore/UpdaterTest/tst_updatertest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ void UpdaterTest::testUpdateCheck()
9696
QFETCH(QString, toolPath);
9797
QFETCH(bool, hasUpdates);
9898
QFETCH(QList<Updater::UpdateInfo>, updates);
99+
100+
if(!QDir(toolPath).exists())
101+
QFAIL("inst dir does not exist!");
99102

100103
updater = new Updater(toolPath, this);
101104
QVERIFY(updater);

0 commit comments

Comments
 (0)