Skip to content

Fix kdirmodeltest unit test

Ahmad Samir requested to merge work/kdirmodeltest into master

In a previous commit a unit test set m_dirModel->dirLister()->setDirOnlyMode(true), this changed the behaviour that testDeleteFile and testDeleteFiles unit tests expected and led to an infinite loop in the latter, causing kdirmodeltest to abort.

Merge request reports