Codebase list kwindowsystem / 6d1a3aa
Rediff patches Maximiliano Curia 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 1 file changed, 5 insertions(+)
88
99 diff --git a/autotests/kwindowinfox11test.cpp b/autotests/kwindowinfox11test.cpp
10 index 180e05a..c5a231b 100644
10 index 857d5a9..26e6761 100644
1111 --- a/autotests/kwindowinfox11test.cpp
1212 +++ b/autotests/kwindowinfox11test.cpp
1313 @@ -227,6 +227,11 @@ void KWindowInfoX11Test::testState()
1919 + if (state == NET::States(NET::SkipSwitcher) && qstrcmp(rootInfo.wmName(), "Openbox") == 0) {
2020 + QSKIP("Openbox won't keep unknown states, SkipSwitcher is kde specific");
2121 + }
22 QCOMPARE(info3.state(), state);
22 QCOMPARE(int(info3.state()), int(state));
2323 QVERIFY(info3.hasState(state));
2424 }