view ui/tests/commontest.h @ 249:6a7eb102716d

Remove code duplication by unifying the certificatelist. You should now check for isInstallCert to determine wether this certificate should be installed or removed. Leaving the getInstallCertificates and getRemoveCertificates in place for compatibilty would have been easier to keep the tests stable.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 31 Mar 2014 08:06:17 +0000
parents 6435e28ae753
children 17e1c8f37d72
line wrap: on
line source
#ifndef COMMONTEST_H
#define COMMONTEST_H

#include <QObject>

class CommonTest: public QObject
{
  Q_OBJECT

private Q_SLOTS:
  void testStrBase64Decode();
  void testInvalidInput();
};
#endif

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