GNOME Bugzilla – Bug 748890
Add test case for bug 748849
Last modified: 2019-03-20 11:25:32 UTC
We should add a test case for bug 748849 . test.py is currently failing with Traceback (most recent call last):
+ Trace 235023
'notification_daemon', {}, stdout=subprocess.PIPE)[0]
interface_name, module.SYSTEM_BUS, stdout)
klass.wait_for_bus_object(name, path, system_bus)
assert timeout > 0, 'timed out waiting for D-BUS object %s: %s' % (path, last_exc) AssertionError: timed out waiting for D-BUS object /org/freedesktop/Notifications: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
retval = candidate_method(self, *args, **keywords)
orig_interfaces = self._dbus_class_table[cls] AttributeError: 'DBusMockObject' object has no attribute '_dbus_class_table'
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/issues/264.