changeset 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 02e357826417
children 0051cb07da28
files ui/tests/mainwindowtest.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
 }

http://wald.intevation.org/projects/trustbridge/