Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestOpVaultReader.h')
-rw-r--r--tests/TestOpVaultReader.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/TestOpVaultReader.h b/tests/TestOpVaultReader.h
index 54d096e43..feb904c6d 100644
--- a/tests/TestOpVaultReader.h
+++ b/tests/TestOpVaultReader.h
@@ -28,8 +28,6 @@ class TestOpVaultReader : public QObject
private slots:
void initTestCase();
void testReadIntoDatabase();
- void testBandEntry1();
- void testKeyDerivation();
private:
// absolute path to the .opvault directory
@@ -41,8 +39,7 @@ private:
* except for multi-line strings.
*/
QString m_opVaultTextExportPath;
- QString m_password;
- QMap<QString, QString> m_categoryMap;
+ QStringList m_categories;
};
#endif /* TEST_OPVAULT_READER_H_ */