Codebase list kwindowsystem / 1876149
Drop upstream applied patch: netrootinfotestwm-testsupported-needs-to-also-count-skipS.patch Maximiliano Curia 4 years ago
2 changed file(s) with 0 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
+0
-22
debian/patches/netrootinfotestwm-testsupported-needs-to-also-count-skipS.patch less more
0 From: Maximiliano Curia <maxy@gnuservers.com.ar>
1 Date: Tue, 15 May 2018 21:15:05 +0200
2 Subject: netrootinfotestwm: testsupported needs to also count skipSwitcher
3
4 This doesn't seem to really be querying the wm.
5 ---
6 autotests/netrootinfotestwm.cpp | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/autotests/netrootinfotestwm.cpp b/autotests/netrootinfotestwm.cpp
10 index d46265f..6780daf 100644
11 --- a/autotests/netrootinfotestwm.cpp
12 +++ b/autotests/netrootinfotestwm.cpp
13 @@ -231,7 +231,7 @@ void NetRootInfoTestWM::testSupported()
14 QVERIFY(rootInfo.isSupported(NET::WindowTypeMask(1 << i)));
15 count++;
16 }
17 - for (int i = 0; i < 12; ++i) {
18 + for (int i = 0; i < 13; ++i) {
19 QVERIFY(rootInfo.isSupported(NET::State(1 << i)));
20 count++;
21 }
00 kwindowinfox11test-Skip-SkipSwitcher-test.patch
1 netrootinfotestwm-testsupported-needs-to-also-count-skipS.patch