mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-15 01:36:14 -04:00
Memory management fixes in tests.
This commit is contained in:
parent
ecc11d3207
commit
bf25959b68
6 changed files with 33 additions and 20 deletions
|
@ -93,4 +93,10 @@ void TestKeePass2Writer::testAttachments()
|
|||
QCOMPARE(entry->attachments()->value("aaa.txt"), QByteArray("also an attachment"));
|
||||
}
|
||||
|
||||
void TestKeePass2Writer::cleanupTestCase()
|
||||
{
|
||||
delete m_dbOrg;
|
||||
delete m_dbTest;
|
||||
}
|
||||
|
||||
KEEPASSX_QTEST_CORE_MAIN(TestKeePass2Writer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue