[PATCH 1 of 4] With linux verification workin we need to verify the signed package

Wald Commits scm-commit at wald.intevation.org
Thu Aug 7 19:13:54 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1407409526 -7200
# Node ID a43ebf716abd100e727eade9a4209905e6697fa6
# Parent  02e35782641757a46dd516f518d4218bb70953e1
With linux verification workin we need to verify the signed package.

diff -r 02e357826417 -r a43ebf716abd ui/tests/mainwindowtest.cpp
--- 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);
 }


More information about the Trustbridge-commits mailing list