kdebugsettings: add option --test-mode to configure output from unittests
ClosedPublic

Authored by dfaure on Aug 3 2019, 8:57 PM.

Details

Test Plan

Enabled the two kservice debug areas, watched the output from
kservicetest change.

Diff Detail

Repository
R355 KDebugSettings
Branch
Applications/19.08
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14822
Build 14840: arc lint + arc unit
dfaure created this revision.Aug 3 2019, 8:57 PM
Restricted Application added a subscriber: kde-utils-devel. · View Herald TranscriptAug 3 2019, 8:57 PM
dfaure requested review of this revision.Aug 3 2019, 8:57 PM
mlaurent added inline comments.Aug 4 2019, 8:05 AM
src/main.cpp
50 ↗(On Diff #63034)

QCoreApplication::translate do you add a new i18n string here ? or it's a string already defined in Qt ?

dfaure added inline comments.Aug 6 2019, 10:07 PM
src/main.cpp
50 ↗(On Diff #63034)

New string. Oops, indeed pasted from a different type of code. I'll port to i18n.

dfaure updated this revision to Diff 63237.Aug 6 2019, 10:09 PM

Use i18n

mlaurent accepted this revision.Aug 7 2019, 4:58 AM

Ok but not in 19.08 in master.
After that all is ok for me.

This revision is now accepted and ready to land.Aug 7 2019, 4:58 AM
dfaure closed this revision.Aug 7 2019, 7:41 AM