[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdelibs/frameworks] staging/kde4support/autotests: Fixup previous commit, new var wasn't used (and
From:       David Faure <faure () kde ! org>
Date:       2013-10-27 10:40:35
Message-ID: E1VaNlr-0007kz-9y () scm ! kde ! org
[Download RAW message or body]

Git commit ca5bfb1bb10225b6dcac33ddccc94700d18b478e by David Faure.
Committed on 27/10/2013 at 10:40.
Pushed by dfaure into branch 'frameworks'.

Fixup previous commit, new var wasn't used (and was wrongly named)

M  +2    -2    staging/kde4support/autotests/kstandarddirstest.cpp

http://commits.kde.org/kdelibs/ca5bfb1bb10225b6dcac33ddccc94700d18b478e

diff --git a/staging/kde4support/autotests/kstandarddirstest.cpp \
b/staging/kde4support/autotests/kstandarddirstest.cpp index 104c2e9..172aa48 100644
--- a/staging/kde4support/autotests/kstandarddirstest.cpp
+++ b/staging/kde4support/autotests/kstandarddirstest.cpp
@@ -303,8 +303,8 @@ void KStandarddirsTest::testFindExe()
     QVERIFY( kioslave.endsWith( LIB_INSTALL_DIR "/kde5/libexec/kioslave" EXT, \
PATH_SENSITIVITY ) );  
     QCOMPARE_PATHS(KGlobal::dirs()->realFilePath(kioslave), \
                KGlobal::dirs()->locate("exe", "kioslave"));
-    const QString findExeKioslave = KGlobal::dirs()->locate("exe", "kioslave");
-    QVERIFY(kioslave.endsWith(LIB_INSTALL_DIR "/kde5/libexec/kioslave" EXT, \
PATH_SENSITIVITY)); +    const QString locateExeKioslave = \
KGlobal::dirs()->locate("exe", "kioslave"); +    \
QVERIFY(locateExeKioslave.endsWith(LIB_INSTALL_DIR "/kde5/libexec/kioslave" EXT, \
PATH_SENSITIVITY));  
     // findExe with relative path
     const QString pwd = QDir::currentPath();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic