davidedmundson added a comment.

  These two should make the unit tests windows compatible (untested)

INLINE COMMENTS

> kprocesslisttest.cpp:38
> +{
> +    struct passwd *pwdEntry = getpwuid(uid);
> +    if (pwdEntry == nullptr) {

KUser::KUser()

(fortunately it's in kcoreaddons!)

> kprocesslisttest.cpp:52
> +{
> +    return getpid();
> +}

qint64 QCoreApplication::applicationPid()

REPOSITORY
  R244 KCoreAddons

REVISION DETAIL
  https://phabricator.kde.org/D20007

To: hallas, davidedmundson, broulik
Cc: vonreth, adridg, elvisangelaccio, kde-frameworks-devel, michaelh, ngraham, 
bruns

Reply via email to