Review Request 127757: Don't look-up kbuildsycoca5 on kservice tests
Jos van den Oever
jos at vandenoever.info
Wed Apr 27 12:47:06 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127757/#review94905
-----------------------------------------------------------
Much more elegant than my approach. Only one comment. I missed on place in ksycocatest.cpp:
--- a/autotests/ksycocatest.cpp
+++ b/autotests/ksycocatest.cpp
@@ -223,7 +223,7 @@ void KSycocaTest::dirTimestampShouldBeCheckedRecursively()
void KSycocaTest::runKBuildSycoca(const QProcessEnvironment &environment, bool global)
{
QProcess proc;
- const QString kbuildsycoca = QStandardPaths::findExecutable(KBUILDSYCOCA_EXENAME);
+ const QString kbuildsycoca = QStringLiteral(KBUILDSYCOCAEXE);
QVERIFY(!kbuildsycoca.isEmpty());
QStringList args;
args << "--testmode";
- Jos van den Oever
On apr 27, 2016, 11:38 a.m., Aleix Pol Gonzalez wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127757/
> -----------------------------------------------------------
>
> (Updated apr 27, 2016, 11:38 a.m.)
>
>
> Review request for KDE Frameworks and Jos van den Oever.
>
>
> Repository: kservice
>
>
> Description
> -------
>
> This way we make sure the correct kbuildsycoca is tested.
>
>
> Diffs
> -----
>
> autotests/CMakeLists.txt 52e7298
> autotests/ksycoca_xdgdirstest.cpp 1aa7140
>
> Diff: https://git.reviewboard.kde.org/r/127757/diff/
>
>
> Testing
> -------
>
> Tests still pass here.
>
>
> Thanks,
>
> Aleix Pol Gonzalez
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160427/7909eac6/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list