[folks] Cut unnecessary log message suppressions in the Aggregation test.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Cut unnecessary log message suppressions in the Aggregation test.
- Date: Thu, 23 Jun 2011 16:35:29 +0000 (UTC)
commit a32e8adc4dcc15d6ac207d9c9dd6c9d7d44cd174
Author: Travis Reitter <travis reitter collabora co uk>
Date: Tue Jun 21 16:31:18 2011 -0700
Cut unnecessary log message suppressions in the Aggregation test.
Helps: bgo#629716 - Migrate Folks to GDBus
tests/folks/aggregation.vala | 35 -----------------------------------
1 files changed, 0 insertions(+), 35 deletions(-)
---
diff --git a/tests/folks/aggregation.vala b/tests/folks/aggregation.vala
index 5bb9c51..21eddd6 100644
--- a/tests/folks/aggregation.vala
+++ b/tests/folks/aggregation.vala
@@ -62,13 +62,6 @@ public class AggregationTests : Folks.TestCase
{
var main_loop = new GLib.MainLoop (null, false);
- /* Ignore the error caused by not running the logger */
- Test.log_set_fatal_handler ((d, l, m) =>
- {
- return !m.has_suffix ("The name org.freedesktop.Telepathy.Logger " +
- "was not provided by any .service files");
- });
-
this._kf_backend.set_up ("");
void* account1_handle = this._tp_backend.add_account ("protocol",
@@ -182,13 +175,6 @@ public class AggregationTests : Folks.TestCase
{
var main_loop = new GLib.MainLoop (null, false);
- /* Ignore the error caused by not running the logger */
- Test.log_set_fatal_handler ((d, l, m) =>
- {
- return !m.has_suffix ("The name org.freedesktop.Telepathy.Logger " +
- "was not provided by any .service files");
- });
-
this._kf_backend.set_up ("[0]\n" +
"protocol=travis example com;olivier example com;" +
"guillaume example com;sjoerd example com\n" +
@@ -349,13 +335,6 @@ public class AggregationTests : Folks.TestCase
{
var main_loop = new GLib.MainLoop (null, false);
- /* Ignore the error caused by not running the logger */
- Test.log_set_fatal_handler ((d, l, m) =>
- {
- return !m.has_suffix ("The name org.freedesktop.Telepathy.Logger " +
- "was not provided by any .service files");
- });
-
this._kf_backend.set_up ("[0]\n" +
"protocol=travis example com;olivier example com;" +
"guillaume example com;sjoerd example com\n" +
@@ -497,13 +476,6 @@ public class AggregationTests : Folks.TestCase
{
var main_loop = new GLib.MainLoop (null, false);
- /* Ignore the error caused by not running the logger */
- Test.log_set_fatal_handler ((d, l, m) =>
- {
- return !m.has_suffix ("The name org.freedesktop.Telepathy.Logger " +
- "was not provided by any .service files");
- });
-
this._kf_backend.set_up ("");
void* account1_handle = this._tp_backend.add_account ("protocol",
@@ -597,13 +569,6 @@ public class AggregationTests : Folks.TestCase
{
var main_loop = new GLib.MainLoop (null, false);
- /* Ignore the error caused by not running the logger */
- Test.log_set_fatal_handler ((d, l, m) =>
- {
- return !m.has_suffix ("The name org.freedesktop.Telepathy.Logger " +
- "was not provided by any .service files");
- });
-
this._kf_backend.set_up ("");
void* account1_handle = this._tp_backend.add_account ("irc",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]