[git] GPGME - branch, master, updated. gpgme-1.6.0-211-g02babb2
by Andre Heinecke
cvs at cvs.gnupg.org
Mon Jul 11 12:04:36 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via 02babb29612d554c37b63a49f78acc45653b557e (commit)
from de74fe59feef9adc858ac04004880bfd44315d0d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 02babb29612d554c37b63a49f78acc45653b557e
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Mon Jul 11 12:01:35 2016 +0200
Qt: Disable t-tofuinfo tests
* lang/qt/tests/t-tofuinfo.cpp: Disable tests.
--
Even with the wait this test could fail and anyway the delay
was not nice. So we remove the wait hack and just wait for
the bug (2405) to be fixed in GnuPG or GpgME core.
diff --git a/lang/qt/tests/t-tofuinfo.cpp b/lang/qt/tests/t-tofuinfo.cpp
index a27dd93..f9634b2 100644
--- a/lang/qt/tests/t-tofuinfo.cpp
+++ b/lang/qt/tests/t-tofuinfo.cpp
@@ -100,14 +100,12 @@ class TofuInfoTest: public QObject
Q_ASSERT(!strcmp(stats.fingerprint(), sig.fingerprint()));
Q_ASSERT(stats.signCount() == expected);
}
- /* FIXME: GnuPG-Bug-Id 2405 makes the wait necessary. */
- QTest::qWait(1000);
}
private:
QTemporaryDir mDir;
-private Q_SLOTS:
+private /* FIXME Disabled until GnuPG-Bug-Id 2405 is fixed Q_SLOTS */:
void testTofuNull()
{
TofuInfo tofu;
@@ -156,8 +154,6 @@ private Q_SLOTS:
/* Another verify */
- /* FIXME: GnuPG-Bug-Id 2405 makes the wait necessary. */
- QTest::qWait(1000);
job = openpgp()->verifyOpaqueJob(true);
result = job->exec(data1, plaintext);
-----------------------------------------------------------------------
Summary of changes:
lang/qt/tests/t-tofuinfo.cpp | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list