File: 2011_skip-language-keymap-tests.patch

package info (click to toggle)
lomiri 0.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,088 kB
  • sloc: cpp: 39,498; python: 2,559; javascript: 1,426; ansic: 1,012; sh: 289; xml: 252; makefile: 69
file content (15 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Skip Ubuntu AccountsService specific unit test.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/tests/plugins/AccountsService/client.cpp
+++ b/tests/plugins/AccountsService/client.cpp
@@ -356,6 +356,8 @@
 
     void testAsynchronousChangeForKeymaps()
     {
+        QSKIP("This patch fails on non-Ubuntu distros");
+
         AccountsService session(this, QTest::currentTestFunction());
 
         QCOMPARE(session.keymaps(), {"us"});