view ui/tests/windowsstoretest.h @ 224:689b94dd89a9

Wrote FindNSS to build against nss without pkg-config support (Windows).
author Sascha Wilde <wilde@intevation.de>
date Thu, 27 Mar 2014 17:00:01 +0100
parents e6c5c70a67b0
children 53ea9b975d1c
line wrap: on
line source
#ifndef WINDOWSSTORETEST_H
#define WINDOWSSTORETEST_H
#include <QObject>
#include <QTemporaryFile>

#include <windows.h>
#include <wincrypt.h>

#include "certificatelist.h"

class WindowsStoreTest: public QObject
{
    Q_OBJECT

private:
    CertificateList validList;
    HCERTSTORE testStore;
    QTemporaryFile tmpFile;

private Q_SLOTS:
    void initTestCase();
    void cleanupTestCase();
    void testInstRemove();
};

#endif // WINDOWSSTORETEST_H

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