[evolution-data-server/treitter-client-gdbus] Trivial clean-ups for the output of the test utils and a couple tests
- From: Travis Reitter <treitter src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server/treitter-client-gdbus] Trivial clean-ups for the output of the test utils and a couple tests
- Date: Tue, 15 Dec 2009 19:45:34 +0000 (UTC)
commit bb27e07bd1dd015668b0a536f2969f4a947f687c
Author: Travis Reitter <treitter gmail com>
Date: Thu Dec 10 15:58:47 2009 -0800
Trivial clean-ups for the output of the test utils and a couple tests
addressbook/tests/ebook/ebook-test-utils.c | 4 ++--
.../tests/ebook/test-ebook-get-required-fields.c | 1 +
.../tests/ebook/test-ebook-get-supported-fields.c | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/tests/ebook/ebook-test-utils.c b/addressbook/tests/ebook/ebook-test-utils.c
index b4b3083..46dada9 100644
--- a/addressbook/tests/ebook/ebook-test-utils.c
+++ b/addressbook/tests/ebook/ebook-test-utils.c
@@ -285,7 +285,7 @@ get_required_fields_cb (EBook *book,
EBookTestClosure *closure)
{
if (status != E_BOOK_ERROR_OK) {
- g_warning ("failed to asynchronously get the contact: "
+ g_warning ("failed to asynchronously get the required fields: "
"status %d", status);
exit (1);
}
@@ -420,7 +420,7 @@ get_supported_fields_cb (EBook *book,
EBookTestClosure *closure)
{
if (status != E_BOOK_ERROR_OK) {
- g_warning ("failed to asynchronously get the contact: "
+ g_warning ("failed to asynchronously get the supported fields: "
"status %d", status);
exit (1);
}
diff --git a/addressbook/tests/ebook/test-ebook-get-required-fields.c b/addressbook/tests/ebook/test-ebook-get-required-fields.c
index d40cda5..4f4d744 100644
--- a/addressbook/tests/ebook/test-ebook-get-required-fields.c
+++ b/addressbook/tests/ebook/test-ebook-get-required-fields.c
@@ -58,6 +58,7 @@ main (gint argc, gchar **argv)
g_print ("successfully retrieved required fields:\n");
g_list_foreach (fields, (GFunc) list_member_print_and_free, NULL);
+ g_print ("----------------\n");
g_list_free (fields);
/*
diff --git a/addressbook/tests/ebook/test-ebook-get-supported-fields.c b/addressbook/tests/ebook/test-ebook-get-supported-fields.c
index 69caa79..0eab176 100644
--- a/addressbook/tests/ebook/test-ebook-get-supported-fields.c
+++ b/addressbook/tests/ebook/test-ebook-get-supported-fields.c
@@ -58,6 +58,7 @@ main (gint argc, gchar **argv)
g_print ("successfully retrieved supported fields:\n");
g_list_foreach (fields, (GFunc) list_member_print_and_free, NULL);
+ g_print ("----------------\n");
g_list_free (fields);
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]