Add TestGui::testEditEntry().

This tests that the database isn't marked as modified when we don't change
anything but still press the Ok button.
This commit is contained in:
Felix Geyer 2012-04-14 20:31:35 +02:00
parent 38585663e1
commit 3baaf6be97
3 changed files with 32 additions and 0 deletions

View file

@ -30,6 +30,7 @@ private Q_SLOTS:
void initTestCase();
void testOpenDatabase();
void testTabs();
void testEditEntry();
void cleanupTestCase();
private: