Test if we correctly detect errors when writing.

This commit is contained in:
Felix Geyer
2015-07-20 21:32:07 +02:00
parent 606e36acf3
commit 2033174d95
7 changed files with 158 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ class TestHashedBlockStream : public QObject
private Q_SLOTS:
void initTestCase();
void testWriteRead();
void testWriteFailure();
};
#endif // KEEPASSX_TESTHASHEDBLOCKSTREAM_H