<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/lang/qt/tests, branch gpgme-1.9.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.9.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.9.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2017-03-27T16:11:02Z</updated>
<entry>
<title>qt: Disable testEncryptDecryptNowrap</title>
<updated>2017-03-27T16:11:02Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-03-27T16:08:45Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=57d60b20f16dd5f1bccbbcaa0a6ed75a554a6414'/>
<id>urn:sha1:57d60b20f16dd5f1bccbbcaa0a6ed75a554a6414</id>
<content type='text'>
* lang/qt/tests/t-encrypt.cpp (EncryptTest::testEncryptDecryptNowrap):
Disable test.

--
This test produces failures under CI/ASAN conditions as the
verify after the unwrap returns an error. As we currently
don't have time to look into this more it's disabled for now.
Similar to the testMixedEncryptDecrypt.
</content>
</entry>
<entry>
<title>qt: Add unittest for decrypt unwrap</title>
<updated>2017-03-24T15:58:58Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-03-24T15:58:58Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5493164f8665fabf795f3b34a7084770a38ae940'/>
<id>urn:sha1:5493164f8665fabf795f3b34a7084770a38ae940</id>
<content type='text'>
* lang/qt/tests/t-encrypt.cpp
(EncryptTest::testEncryptDecryptNowrap): New.
</content>
</entry>
<entry>
<title>qt: Add test for Data::toKeys</title>
<updated>2017-03-22T15:43:33Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-03-22T15:41:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=66c334650bd64fdb72c4bd5975e25b8659d320ec'/>
<id>urn:sha1:66c334650bd64fdb72c4bd5975e25b8659d320ec</id>
<content type='text'>
* lang/qt/tests/t-various.cpp (TestVarious::testKeyFromFile): New.
</content>
</entry>
<entry>
<title>qt: Initialize library first in tests</title>
<updated>2017-03-22T15:43:33Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-03-22T15:34:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=121873b821636052c10d9e0bd885eb9013c52096'/>
<id>urn:sha1:121873b821636052c10d9e0bd885eb9013c52096</id>
<content type='text'>
* lang/qt/tests/t-support.cpp (QGpgMETest::initTestCase): Initialize
library.
</content>
</entry>
<entry>
<title>qt: Add test for DN parser</title>
<updated>2017-03-13T10:18:00Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-03-13T10:16:41Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=43aa3eed15dcc4f848915ceabeff35c29c1c57e4'/>
<id>urn:sha1:43aa3eed15dcc4f848915ceabeff35c29c1c57e4</id>
<content type='text'>
* qt/tests/t-various.cpp (testDN): New.

--
A simple test for the DN parser that would have caught
the new / free mismatch fixed in 9d5048d4.
</content>
</entry>
<entry>
<title>qt: Make sure to remove the tofu.db on clean.</title>
<updated>2017-02-14T11:45:15Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2017-02-14T11:45:15Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=30a603580e0f196c721fa4bd44d24077d9bc06c3'/>
<id>urn:sha1:30a603580e0f196c721fa4bd44d24077d9bc06c3</id>
<content type='text'>
* lang/qt/tests/Makefile.am (CLEANFILES): Add 'tofu.db'.

Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>qt: Don't rely on implicit include in t-verify</title>
<updated>2017-02-07T09:01:58Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-02-07T09:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=903bf16a416b1bf608b1e647937c9b06864b0141'/>
<id>urn:sha1:903bf16a416b1bf608b1e647937c9b06864b0141</id>
<content type='text'>
* lang/qt/tests/t-various.cpp: Include QTemporaryDir

--
This fixes build with some Qt Versions
</content>
</entry>
<entry>
<title>qt: Add test for tofu conflict</title>
<updated>2017-02-02T16:16:27Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-02-02T16:16:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=43160a39f27f6c3507447620666c85af00b3499c'/>
<id>urn:sha1:43160a39f27f6c3507447620666c85af00b3499c</id>
<content type='text'>
* lang/qt/tests/t-tofuinfo.cpp (TofuInfoTest::testTofuConflict): New.
</content>
</entry>
<entry>
<title>qt: Increase timeout when waiting for signals.</title>
<updated>2017-01-31T09:47:00Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2017-01-31T09:47:00Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ba594d85e35e63301755977234d3af88a167a215'/>
<id>urn:sha1:ba594d85e35e63301755977234d3af88a167a215</id>
<content type='text'>
* lang/qt/tests/t-support.h (QSIGNALSPY_TIMEOUT): New macro.
* lang/qt/tests/t-encrypt.cpp: Use the new macro as timeout when
waiting for signals.
* lang/qt/tests/t-keylist.cpp: Likewise.
* lang/qt/tests/t-keylocate.cpp: Likewise.
* lang/qt/tests/t-ownertrust.cpp: Likewise.
* lang/qt/tests/t-wkspublish.cpp: Likewise.
--
Increase the timeout when waiting for signals from 5 seconds to 60.
This addresses intermittent test failures on slow machines.

Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>qt: Use QVERIFY instead of Q_ASSERT in conf test</title>
<updated>2017-01-16T13:16:20Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-01-16T13:16:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=abfd241d1a1ae8e30e18b7c5e0658b8c54d89544'/>
<id>urn:sha1:abfd241d1a1ae8e30e18b7c5e0658b8c54d89544</id>
<content type='text'>
* lang/qt/tests/t-config.cpp: Use QVERIFY instead of Q_ASSERT.
</content>
</entry>
</feed>
