Fix test KDirListerTest::testRenameItem
AbandonedPublic

Authored by meven on Apr 20 2019, 7:20 AM.

Details

Reviewers
dfaure
Group Reviewers
Frameworks
Summary

The test was buggy to begin with : the wrong refreshedItems slot was used and would not refresh the expected m_refreshedItems2.

Diff Detail

Repository
R241 KIO
Branch
fix-etst
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 11040
Build 11058: arc lint + arc unit
meven created this revision.Apr 20 2019, 7:20 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptApr 20 2019, 7:20 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
meven requested review of this revision.Apr 20 2019, 7:20 AM
dfaure requested changes to this revision.Apr 20 2019, 8:25 AM
dfaure added inline comments.
autotests/kdirlistertest.cpp
549

I don't see a signal called refreshItems2 anywhere.

This revision now requires changes to proceed.Apr 20 2019, 8:25 AM
meven abandoned this revision.Apr 20 2019, 9:06 AM

I mixed up refreshItems and slotRefreshItems.
My fix is nonsense