mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: adjust expected data in KService test case
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ee06df88f4
commit
e377ab775a
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ void KServiceTest::testDBUSStartupType()
|
|||
QVERIFY(konsole);
|
||||
QCOMPARE(konsole->menuId(), QString("kde4-konsole.desktop"));
|
||||
//qDebug() << konsole->entryPath();
|
||||
QCOMPARE((int)konsole->dbusStartupType(), (int)KService::DBusUnique);
|
||||
QCOMPARE((int)konsole->dbusStartupType(), (int)KService::DBusMulti);
|
||||
}
|
||||
|
||||
void KServiceTest::testByStorageId()
|
||||
|
|
Loading…
Add table
Reference in a new issue