0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 12:22:16 +02:00
keepassxc/tests
Felix Geyer 5550d7af0d Fix autotype test (build) failures on Mac OS and Windows.
We need to tell Windows what symbols the main program exports
and the autotype plugin imports.

On both systems the linker needs the path of the main program that
loads the plugin.
2013-03-29 16:27:02 +01:00
..
data Add support for database format 3.01 (HeaderHash). 2012-09-25 22:33:36 +02:00
gui Use a fixed sleep call instead of QTest::qWaitForWindowShown(). 2012-11-02 15:43:45 +01:00
CMakeLists.txt Fix autotype test (build) failures on Mac OS and Windows. 2013-03-29 16:27:02 +01:00
config-keepassx-tests.h.cmake Add include guards. 2012-01-01 21:57:13 +01:00
modeltest.cpp Don't use deprecated Qt methods. 2012-10-27 00:06:12 +02:00
modeltest.h Introduce Group::aboutToMove() and moved() signals. 2012-04-23 16:57:08 +02:00
TestAutoType.cpp More auto-type tests. 2012-11-02 15:09:54 +01:00
TestAutoType.h More auto-type tests. 2012-11-02 15:09:54 +01:00
TestCryptoHash.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestCryptoHash.h No longer use automoc. 2010-11-21 23:06:30 +01:00
TestDeletedObjects.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestDeletedObjects.h Extend deleted objects test. 2012-04-22 19:59:50 +02:00
TestEntry.cpp Improve entry test. 2013-03-24 21:57:34 +01:00
TestEntry.h Add regression test for issue #56. 2013-03-24 21:57:34 +01:00
TestEntryModel.cpp Add TestEntryModel::testDatabaseDelete(). 2013-03-24 14:00:23 +01:00
TestEntryModel.h Add TestEntryModel::testDatabaseDelete(). 2013-03-24 14:00:23 +01:00
TestGroup.cpp Stop suppressing signals in Group dtor. 2013-03-24 14:00:23 +01:00
TestGroup.h Whitespace separated search terms are AND concatenated. 2012-10-21 21:09:27 +02:00
TestGroupModel.cpp Stop suppressing signals in Group dtor. 2013-03-24 14:00:23 +01:00
TestGroupModel.h No longer use automoc. 2010-11-21 23:06:30 +01:00
TestHashedBlockStream.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestHashedBlockStream.h Add missing crypto initalization in tests. 2011-11-12 20:00:19 +01:00
TestKeePass1Reader.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestKeePass1Reader.h Import Auto-Type associations in KeePass1Reader. 2012-07-19 23:21:12 +02:00
TestKeePass2RandomStream.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestKeePass2RandomStream.h Add missing crypto initalization in tests. 2011-11-12 20:00:19 +01:00
TestKeePass2Reader.cpp Add support for database format 3.01 (HeaderHash). 2012-09-25 22:33:36 +02:00
TestKeePass2Reader.h Add support for database format 3.01 (HeaderHash). 2012-09-25 22:33:36 +02:00
TestKeePass2Writer.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestKeePass2Writer.h Fix reading non-ASCII passwords that are protected. 2012-06-24 18:22:18 +02:00
TestKeePass2XmlReader.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestKeePass2XmlReader.h Implement support for parsing groups and entries from KeePass 1 databases. 2012-05-09 23:16:32 +02:00
TestKeys.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestKeys.h Implement support for key files. 2011-12-21 23:22:07 +01:00
TestModified.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestModified.h Create a history item when changing entries. 2012-04-23 21:20:05 +02:00
TestQSaveFile.cpp Close file in TestQSaveFile::autoFlush() so we can remove it. 2012-10-22 17:50:58 +02:00
TestQSaveFile.h Coding style fixes. 2012-07-08 10:29:38 +02:00
tests.h Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestSymmetricCipher.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestSymmetricCipher.h Fix padding handling in SymmetricCipherStream. 2012-05-08 21:46:01 +02:00
TestWildcardMatcher.cpp Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5. 2012-07-25 12:18:16 +02:00
TestWildcardMatcher.h Refactor wildcard matcher test. 2012-07-24 20:35:36 +02:00