diff options
Diffstat (limited to 'lang/qt/tests/t-tofuinfo.cpp')
-rw-r--r-- | lang/qt/tests/t-tofuinfo.cpp | 2 |
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) |