[folks] tests: Error on failure instead of warning in extended-info test
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] tests: Error on failure instead of warning in extended-info test
- Date: Thu, 19 Mar 2015 11:09:23 +0000 (UTC)
commit 9a7bc6d438fc822a9b7b3ecc30cd5869a2e0504d
Author: Philip Withnall <philip withnall collabora co uk>
Date: Thu Mar 19 11:04:47 2015 +0000
tests: Error on failure instead of warning in extended-info test
tests/eds/extended-info.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/eds/extended-info.vala b/tests/eds/extended-info.vala
index 1a21efe..210e540 100644
--- a/tests/eds/extended-info.vala
+++ b/tests/eds/extended-info.vala
@@ -84,7 +84,7 @@ public class ExtendedInfoTests : EdsTest.TestCase
}
catch (GLib.Error e)
{
- GLib.warning ("Error when calling prepare: %s\n", e.message);
+ GLib.error ("Error when calling prepare: %s", e.message);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]