mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: adjust KMimeType test case
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a2c8e312d8
commit
f444caa565
1 changed files with 2 additions and 2 deletions
|
@ -257,9 +257,9 @@ void KMimeTypeTest::testFindByPathUsingFileName_data()
|
|||
QTest::newRow("png image") << fh << "image/png";
|
||||
}
|
||||
|
||||
QString exePath = KStandardDirs::findExe( "kioexec" );
|
||||
QString exePath = KStandardDirs::findExe( "kioslave" );
|
||||
if ( exePath.isEmpty() ) {
|
||||
kWarning() << "kioexec not found";
|
||||
kWarning() << "kioslave not found";
|
||||
} else {
|
||||
QString executableType = QString::fromLatin1( "application/x-executable" );
|
||||
// https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/11
|
||||
|
|
Loading…
Add table
Reference in a new issue