aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/t-tofuinfo.cpp
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-08-23 14:40:21 +0000
committerAndre Heinecke <[email protected]>2016-08-23 14:44:17 +0000
commit799b168243e6499ac01bf59e0656547f353a2589 (patch)
treeed18151952d2f48975a51bf03bef4ddc55724e5e /lang/qt/tests/t-tofuinfo.cpp
parentcore: Put the protocol into a TOFU created key object. (diff)
downloadgpgme-799b168243e6499ac01bf59e0656547f353a2589.tar.gz
gpgme-799b168243e6499ac01bf59e0656547f353a2589.zip
Cpp: Move tofuinfo from signature to userid
* lang/cpp/src/key.cpp (UserID::tofuInfo): New. * lang/cpp/src/key.h: Update accordingly. * lang/cpp/src/tofuinfo.cpp: Remove dropped fields. * lang/cpp/src/tofuinfo.h: Update accordingly. * lang/cpp/src/verificationresult.cpp, lang/cpp/src/verificationresult.h: Remove tofu info. * lang/qt/tests/t-tofuinfo.cpp: Disable for now. -- With be4ff75d7 Tofu info now lives with a UserID Object. While this breaks API it was not yet released.
Diffstat (limited to '')
-rw-r--r--lang/qt/tests/t-tofuinfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/qt/tests/t-tofuinfo.cpp b/lang/qt/tests/t-tofuinfo.cpp
index 3072f0fc..2f2ed437 100644
--- a/lang/qt/tests/t-tofuinfo.cpp
+++ b/lang/qt/tests/t-tofuinfo.cpp
@@ -57,6 +57,7 @@ static const char testMsg1[] =
class TofuInfoTest: public QGpgMETest
{
+#if 0
Q_OBJECT
void testTofuCopy(TofuInfo other, const TofuInfo &orig)
@@ -235,6 +236,7 @@ private /* FIXME Disabled until GnuPG-Bug-Id 2405 is fixed Q_SLOTS */:
mDir.path() + QStringLiteral("/secring.gpg")));
}
+#endif
};
QTEST_MAIN(TofuInfoTest)