[folks] Cut unnecessary Tp log handler for the general test.



commit 10696ef6563db92c8b927eb36011dba19cec7b17
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Jan 10 14:44:39 2011 -0800

    Cut unnecessary Tp log handler for the general test.
    
    Helps bgo#639195 - Print stack traces for failed tests to improve
    remote debugging

 tests/folks/backend-loading.vala |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/tests/folks/backend-loading.vala b/tests/folks/backend-loading.vala
index e666753..9876865 100644
--- a/tests/folks/backend-loading.vala
+++ b/tests/folks/backend-loading.vala
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]