Cut unnecessary Tp log handler for the general test.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 10 Jan 2011 22:44:39 +0000 (14:44 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 11 Jan 2011 06:20:26 +0000 (22:20 -0800)
Helps bgo#639195 - Print stack traces for failed tests to improve
remote debugging

tests/folks/backend-loading.vala

index e666753..9876865 100644 (file)
@@ -10,14 +10,6 @@ public class BackendLoadingTests : Folks.TestCase
     {
       base ("BackendLoading");
 
-      /* Ignore the error caused by not running the logger */
-      Test.log_set_fatal_handler ((d, l, m) =>
-        {
-          return !m.has_suffix ("couldn't get list of favourite contacts: " +
-              "The name org.freedesktop.Telepathy.Logger was not provided by " +
-              "any .service files");
-        });
-
       this.add_test ("load and prep", this.test_load_and_prep);
       this.add_test ("disabling", this.test_disabling);
       this.add_test ("reloading", this.test_reloading);