diff options
author | 2012-07-21 16:33:25 +0000 | |
---|---|---|
committer | 2012-07-21 16:33:25 +0000 | |
commit | 3d5afd0937916c2d574f13c8cd071f4d5d589dd2 (patch) | |
tree | 90fa5f4e78a6a5fa8ba5d0e6b0834e47133924b2 /dev-python/dbus-python/files | |
parent | amd64/ppc/ppc64 stable wrt #416725 (diff) | |
download | historical-3d5afd0937916c2d574f13c8cd071f4d5d589dd2.tar.gz historical-3d5afd0937916c2d574f13c8cd071f4d5d589dd2.tar.bz2 historical-3d5afd0937916c2d574f13c8cd071f4d5d589dd2.zip |
old
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'dev-python/dbus-python/files')
-rw-r--r-- | dev-python/dbus-python/files/dbus-python-0.83.1-workaround-broken-test.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/dbus-python/files/dbus-python-0.83.1-workaround-broken-test.patch b/dev-python/dbus-python/files/dbus-python-0.83.1-workaround-broken-test.patch deleted file mode 100644 index c764edbb1165..000000000000 --- a/dev-python/dbus-python/files/dbus-python-0.83.1-workaround-broken-test.patch +++ /dev/null @@ -1,16 +0,0 @@ -For some reason this test fails. As it was not working in previous releases either, just disable this one to allow test suite to succeed. - - test-client.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/test/test-client.py 2010-03-01 22:56:40.000000000 +0100 -+++ b/test/test-client.py 2010-03-01 22:56:52.000000000 +0100 -@@ -235,7 +235,7 @@ - methods = [ - (self.iface.ReturnOneString, 'SignalOneString', set([0]), set([0])), - (self.iface.ReturnTwoStrings, 'SignalTwoStrings', set([1, 5]), set([1])), -- (self.iface.ReturnStruct, 'SignalStruct', set([1, 5]), set([1])), -+ #(self.iface.ReturnStruct, 'SignalStruct', set([1, 5]), set([1])), - # all of our test values are sequences so will marshall correctly into an array :P - (self.iface.ReturnArray, 'SignalArray', set(range(len(values))), set([3, 5, 6])), - (self.iface.ReturnDict, 'SignalDict', set([0, 3, 4]), set([4])) |