comparison ui/tests/windowsstoretest.h @ 222:53ea9b975d1c

Cleanup windowsstore.c The cause for the test failure was that ADD_ALWAYS did not add a duplicate in the Root store but did add a duplicate in the Memory Store. We now check if the certificate is already in the store before actually installing it.
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 27 Mar 2014 14:16:22 +0000
parents e6c5c70a67b0
children 17e1c8f37d72
comparison
equal deleted inserted replaced
221:431b058e903d 222:53ea9b975d1c
15 private: 15 private:
16 CertificateList validList; 16 CertificateList validList;
17 HCERTSTORE testStore; 17 HCERTSTORE testStore;
18 QTemporaryFile tmpFile; 18 QTemporaryFile tmpFile;
19 19
20 void dumpContents();
21
20 private Q_SLOTS: 22 private Q_SLOTS:
21 void initTestCase(); 23 void initTestCase();
22 void cleanupTestCase(); 24 void cleanupTestCase();
23 void testInstRemove(); 25 void testInstRemove();
24 }; 26 };

http://wald.intevation.org/projects/trustbridge/