Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/library/standard/
Date: Tue, 31 May 2011 19:19:25
Message-Id: b99e1407330aed663db1d153e9e8980bc539dc22.mgorny@gentoo
1 commit: b99e1407330aed663db1d153e9e8980bc539dc22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 19:05:01 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 19:05:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=b99e1407
7
8 Support checking dbus test output.
9
10 ---
11 PMSTestSuite/library/standard/dbus_case.py | 3 +--
12 1 files changed, 1 insertions(+), 2 deletions(-)
13
14 diff --git a/PMSTestSuite/library/standard/dbus_case.py b/PMSTestSuite/library/standard/dbus_case.py
15 index 0683a0d..5769304 100644
16 --- a/PMSTestSuite/library/standard/dbus_case.py
17 +++ b/PMSTestSuite/library/standard/dbus_case.py
18 @@ -16,5 +16,4 @@ class DBusEbuildTestCase(EbuildTestCase):
19 dbus_handler.add_test(self)
20
21 def check_result(self, res):
22 - print(self.dbus_output)
23 - raise NotImplementedError('XXX')
24 + return self.check_output('\n'.join(self.dbus_output))