dfaure added inline comments. INLINE COMMENTS
> trashimpl.cpp:1092 > + TrashSizeCache trashSize(trashPath); > + TrashSizeCache::SizeAndModTime res = > trashSize.calculateSizeAndLatestModDate(); > + size += res.size; It's actually this call which triggers the unittest failure. I wonder if maybe this happens at the wrong time.... REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D24773 To: meven, #frameworks, ngraham, elvisangelaccio, dfaure Cc: ahmadsamir, kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns
