Ask the user before moving an entry to the recycle bin.

Closes #447
This commit is contained in:
Felix Geyer 2016-09-02 12:00:12 +02:00
parent 1635a5211f
commit 878995366a
2 changed files with 16 additions and 5 deletions

View file

@ -239,6 +239,7 @@ void TestGui::testSearch()
QVERIFY(entryDeleteWidget->isEnabled());
QVERIFY(!m_db->metadata()->recycleBin());
MessageBox::setNextAnswer(QMessageBox::Yes);
QTest::mouseClick(entryDeleteWidget, Qt::LeftButton);
QCOMPARE(entryView->model()->rowCount(), 3);