[evolution-data-server] Trivial clean-ups for the output of the test utils and a couple tests



commit c29e416296e6faa084f2b8250b8658d0fefb0a5d
Author: Travis Reitter <treitter gmail com>
Date:   Tue Dec 29 12:50:17 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]