diff options
author | Ted Gould <ted@gould.cx> | 2011-07-11 17:01:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-11 17:01:12 -0500 |
commit | 64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9 (patch) | |
tree | 20b71982162875d56f12daa87da301de2abaf686 /tests | |
parent | 269f1a1483dc6bed062ed970d05655ba26ed57c3 (diff) | |
download | libayatana-indicator-64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9.tar.gz libayatana-indicator-64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9.tar.bz2 libayatana-indicator-64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9.zip |
Cleaning up removal of watchers as the string was getting free'd before it could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9425789..f11a9d1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -378,8 +378,6 @@ service-version-multiwatch-tester: service-version-multiwatch-manager service-ve TESTS += service-version-multiwatch-tester DISTCLEANFILES += service-version-multiwatch-tester -# Bug 806692 -XFAIL_TESTS += service-version-multiwatch-tester ############################# # Service Manager Shutdown |