aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-08-09 16:39:56 +0000
committerAndre Heinecke <[email protected]>2016-08-09 16:39:56 +0000
commit969f223d8de21d7c8b0f7646bbf8dbb5864e8d03 (patch)
treeca97098faaa9a43e38f57348ed6af566c7a7a238
parentQt: Add encryption test and refactor testsuite (diff)
downloadgpgme-969f223d8de21d7c8b0f7646bbf8dbb5864e8d03.tar.gz
gpgme-969f223d8de21d7c8b0f7646bbf8dbb5864e8d03.zip
Qt: Clean up debug output in tests
* lang/qt/tests/t-support.cpp: Remove accidentally commited debug output.
-rw-r--r--lang/qt/tests/t-support.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/qt/tests/t-support.cpp b/lang/qt/tests/t-support.cpp
index 202a2510..ffb0f9ef 100644
--- a/lang/qt/tests/t-support.cpp
+++ b/lang/qt/tests/t-support.cpp
@@ -43,9 +43,8 @@ void QGpgMETest::cleanupTestCase()
{
QCoreApplication::sendPostedEvents();
killAgent();
- printf("Killed agent\n");
}
-#include <QDebug>
+
void killAgent(const QString& dir)
{
QProcess proc;