RemoveADir test should realy test, if it is notified

This commit is contained in:
hefee 2014-05-11 17:08:30 +02:00 committed by Sandro Knauß
parent 95747fbaea
commit 822650719b

View File

@ -95,6 +95,7 @@ private slots:
QDir dir;
dir.rmdir(_root+"/a1/b1/c2");
_loop.processEvents();
QVERIFY(_checkMark.isEmpty()); // the slot clears the checkmark.
}
void testRemoveAFile() {