Mercurial > trustbridge
diff ui/tests/mainwindowtest.cpp @ 875:a43ebf716abd
With linux verification workin we need to verify the signed package.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 07 Aug 2014 13:05:26 +0200 |
parents | 2fd4f9980a2a |
children |
line wrap: on
line diff
--- a/ui/tests/mainwindowtest.cpp Wed Aug 06 18:56:23 2014 +0200 +++ b/ui/tests/mainwindowtest.cpp Thu Aug 07 13:05:26 2014 +0200 @@ -28,7 +28,7 @@ #ifdef Q_OS_WIN installNewSW(QString::fromLatin1("c:/fakeinst.exe"), QDateTime::currentDateTime()); #else - installNewSW(QString::fromLatin1("fakeinst"), QDateTime::currentDateTime()); + installNewSW(QString::fromLatin1("fakeinst-signed"), QDateTime::currentDateTime()); #endif QVERIFY(closed.count() == 1); }