[PATCH 2 of 2] Fix tests now that portpath includes logging
Wald Commits
scm-commit at wald.intevation.org
Thu Sep 18 18:54:14 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411059236 -7200
# Node ID e3772d2810b305d6fe950fac36cc9e719d272737
# Parent 2a1206932f538bbf135fa08b0c650969db4626cf
Fix tests now that portpath includes logging
diff -r 2a1206932f53 -r e3772d2810b3 ui/tests/certlistparsertest.cpp
--- a/ui/tests/certlistparsertest.cpp Thu Sep 18 18:53:11 2014 +0200
+++ b/ui/tests/certlistparsertest.cpp Thu Sep 18 18:53:56 2014 +0200
@@ -194,6 +194,7 @@
QVERIFY(QFile::remove(fname));
QVERIFY(result.isEmpty());
}
+bool g_debug = true;
int main( int argc, char **argv )
{
diff -r 2a1206932f53 -r e3772d2810b3 ui/tests/cinstprocesstest.cpp
--- a/ui/tests/cinstprocesstest.cpp Thu Sep 18 18:53:11 2014 +0200
+++ b/ui/tests/cinstprocesstest.cpp Thu Sep 18 18:53:56 2014 +0200
@@ -222,4 +222,6 @@
finishVerify(installerProcess, ERR_NO_ERROR);
}
+bool g_debug = true;
+
QTEST_GUILESS_MAIN (CinstProcessTest);
More information about the Trustbridge-commits
mailing list