Review Request 113424: Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

2013-10-24 Thread Alexander Richardson

---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113424/
---

Review request for KDE Frameworks.


Repository: kdelibs


Description
---

Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

Unlike "/bin/ls" this also works on Windows


Diffs
-

  tier1/kconfig/autotests/kdesktopfiletest.cpp 
8f2ed2047e39f4f6b5d24a620474c3894f7986cc 

Diff: http://git.reviewboard.kde.org/r/113424/diff/


Testing
---

Test passes on both linux and windows


Thanks,

Alexander Richardson

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 113424: Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

2013-10-24 Thread Alex Merry

---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113424/#review42320
---

Ship it!


whoami is part of coreutils, so should be available everywhere.  The only 
possible issue I see is that we've gone from a test that doesn't depend on PATH 
to one that does.  This isn't necessarily a problem, but it will test slightly 
different code paths.

- Alex Merry


On Oct. 24, 2013, 3:59 p.m., Alexander Richardson wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/113424/
> ---
> 
> (Updated Oct. 24, 2013, 3:59 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kdelibs
> 
> 
> Description
> ---
> 
> Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()
> 
> Unlike "/bin/ls" this also works on Windows
> 
> 
> Diffs
> -
> 
>   tier1/kconfig/autotests/kdesktopfiletest.cpp 
> 8f2ed2047e39f4f6b5d24a620474c3894f7986cc 
> 
> Diff: http://git.reviewboard.kde.org/r/113424/diff/
> 
> 
> Testing
> ---
> 
> Test passes on both linux and windows
> 
> 
> Thanks,
> 
> Alexander Richardson
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 113424: Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

2013-10-24 Thread Nicolás Alvarez


> On Oct. 24, 2013, 4:25 p.m., Alex Merry wrote:
> > whoami is part of coreutils, so should be available everywhere.  The only 
> > possible issue I see is that we've gone from a test that doesn't depend on 
> > PATH to one that does.  This isn't necessarily a problem, but it will test 
> > slightly different code paths.

"part of coreutils" is irrelevant for Windows, there's no such thing as 
coreutils. The point is that Windows also happens to have a command called 
'whoami'.


- Nicolás


---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113424/#review42320
---


On Oct. 24, 2013, 12:59 p.m., Alexander Richardson wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/113424/
> ---
> 
> (Updated Oct. 24, 2013, 12:59 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kdelibs
> 
> 
> Description
> ---
> 
> Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()
> 
> Unlike "/bin/ls" this also works on Windows
> 
> 
> Diffs
> -
> 
>   tier1/kconfig/autotests/kdesktopfiletest.cpp 
> 8f2ed2047e39f4f6b5d24a620474c3894f7986cc 
> 
> Diff: http://git.reviewboard.kde.org/r/113424/diff/
> 
> 
> Testing
> ---
> 
> Test passes on both linux and windows
> 
> 
> Thanks,
> 
> Alexander Richardson
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 113424: Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

2013-10-24 Thread Alex Merry


> On Oct. 24, 2013, 7:25 p.m., Alex Merry wrote:
> > whoami is part of coreutils, so should be available everywhere.  The only 
> > possible issue I see is that we've gone from a test that doesn't depend on 
> > PATH to one that does.  This isn't necessarily a problem, but it will test 
> > slightly different code paths.
> 
> Nicolás Alvarez wrote:
> "part of coreutils" is irrelevant for Windows, there's no such thing as 
> coreutils. The point is that Windows also happens to have a command called 
> 'whoami'.

Ah, sorry, by "everywhere", I meant "all UNIX systems".  My point was merely 
that no GNU-based UNIX system, at least, will be missing whoami.  This is less 
obvious for whoami than for ls (at least for me; I had to check with my package 
manager).  It is also part of the BSD general commands, so should exist on all 
BSD flavours, including OSX.


- Alex


---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113424/#review42320
---


On Oct. 24, 2013, 3:59 p.m., Alexander Richardson wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/113424/
> ---
> 
> (Updated Oct. 24, 2013, 3:59 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kdelibs
> 
> 
> Description
> ---
> 
> Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()
> 
> Unlike "/bin/ls" this also works on Windows
> 
> 
> Diffs
> -
> 
>   tier1/kconfig/autotests/kdesktopfiletest.cpp 
> 8f2ed2047e39f4f6b5d24a620474c3894f7986cc 
> 
> Diff: http://git.reviewboard.kde.org/r/113424/diff/
> 
> 
> Testing
> ---
> 
> Test passes on both linux and windows
> 
> 
> Thanks,
> 
> Alexander Richardson
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 113424: Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

2013-10-28 Thread Commit Hook

---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113424/#review42555
---


This review has been submitted with commit 
9a1390c2b53415b7bef6fcab5a1c2a6c0fda071b by Alex Richardson to branch 
frameworks.

- Commit Hook


On Oct. 24, 2013, 3:59 p.m., Alexander Richardson wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/113424/
> ---
> 
> (Updated Oct. 24, 2013, 3:59 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kdelibs
> 
> 
> Description
> ---
> 
> Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()
> 
> Unlike "/bin/ls" this also works on Windows
> 
> 
> Diffs
> -
> 
>   tier1/kconfig/autotests/kdesktopfiletest.cpp 
> 8f2ed2047e39f4f6b5d24a620474c3894f7986cc 
> 
> Diff: http://git.reviewboard.kde.org/r/113424/diff/
> 
> 
> Testing
> ---
> 
> Test passes on both linux and windows
> 
> 
> Thanks,
> 
> Alexander Richardson
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 113424: Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

2013-10-28 Thread Alexander Richardson

---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113424/
---

(Updated Oct. 28, 2013, 8:32 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks.


Repository: kdelibs


Description
---

Use "whoami" as the command in KDesktopFileTest::testSuccessfulTryExec()

Unlike "/bin/ls" this also works on Windows


Diffs
-

  tier1/kconfig/autotests/kdesktopfiletest.cpp 
8f2ed2047e39f4f6b5d24a620474c3894f7986cc 

Diff: http://git.reviewboard.kde.org/r/113424/diff/


Testing
---

Test passes on both linux and windows


Thanks,

Alexander Richardson

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel