File: 0001-Disable-message-dispatcher-tests.patch

package info (click to toggle)
dbusada 0.6.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 748 kB
  • sloc: ada: 5,892; ansic: 98; makefile: 81; sh: 47
file content (27 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: Reto Buerki <reet@codelabs.ch>
Date: Fri, 23 Oct 2020 09:50:58 +0200
Subject: [PATCH] Disable message dispatcher tests
Forwarded: not-needed

They require an active session bus.

--- a/tests/runner.adb
+++ b/tests/runner.adb
@@ -37,7 +37,6 @@
 with Service_Tests;
 with Types_Tests;
 with Messagebox_Tests;
-with Message_Dispatcher_Tests;
 
 procedure Runner is
    S : constant Ahven.Framework.Test_Suite_Access :=
@@ -63,9 +62,6 @@
    Ahven.Framework.Add_Test
      (Suite => S.all,
       T     => new Messagebox_Tests.Testcase);
-   Ahven.Framework.Add_Test
-     (Suite => S.all,
-      T     => new Message_Dispatcher_Tests.Testcase);
 
    Ahven.Text_Runner.Run (Suite => S);
    Ahven.Framework.Release_Suite (T => S);