Stabilize test KFileWidgetTest::testDropFile
ClosedPublic

Authored by meven on Jul 26 2019, 2:38 PM.

Diff Detail

Repository
R241 KIO
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
meven created this revision.Jul 26 2019, 2:38 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 26 2019, 2:38 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
meven requested review of this revision.Jul 26 2019, 2:38 PM
dfaure accepted this revision.Jul 26 2019, 3:24 PM

Excellent, thanks.

This revision is now accepted and ready to land.Jul 26 2019, 3:24 PM
This revision was automatically updated to reflect the committed changes.
dfaure added inline comments.Oct 18 2020, 9:28 PM
autotests/kfilewidgettest.cpp
481

For the record, this is broken, it should have been completed(QUrl). Specifying argument names is incorrect in SIGNAL() and SLOT() macros.

It makes the wait() below fail every time, but after 5s, so the 100ms became 5s :-)

I'm working on fixing this.

meven added inline comments.Nov 30 2020, 9:03 AM
autotests/kfilewidgettest.cpp
481

Let me know if I should relay you.

dfaure added inline comments.Nov 30 2020, 9:12 AM
autotests/kfilewidgettest.cpp
481

I thought I did that in commit eb18397fe525d2e4bd9 ?