Skip to content
Commit e8d799c9 authored by rk flx's avatar rk flx
Browse files

Fix failing PlaceTreeModelTest autotest

Since Frameworks 5.41, `PlaceTreeModelTest` would fail. Bisecting shows
this has been caused by 7eb6333bdb48 in KIO ("Added baloo urls into
places model"), where the model now returns 4 additional entries for
"Recently Saved" and another 4 entries for "Search For".

While the fix is trivially done by changing the number of expected
items, in a way the test functioned as a canary for problems deeper in
the code. In particular it uncovered problems when accessing the newly
added virtual folders as well as various usability issues. Some of those
are fixed already (50e6fa3f and 86d75454), but there is still
some work left to do.

BUG: 387824

Test Plan: `placetreemodeltest` does not fail with KF 5.41 anymore,
still works with KF 5.40.
parent 119ac418
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment