[evolution-data-server/openismus-work: 5/10] Fixed a typo in an assertion.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work: 5/10] Fixed a typo in an assertion.
- Date: Thu, 16 Jun 2011 22:35:12 +0000 (UTC)
commit e1a83135be5cae6ecf66cc7660f2db56d5888b4d
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Jun 16 19:24:24 2011 +0900
Fixed a typo in an assertion.
.../ebook/test-ebook-get-book-view-uid-only.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/tests/ebook/test-ebook-get-book-view-uid-only.c b/addressbook/tests/ebook/test-ebook-get-book-view-uid-only.c
index cedb7c5..5baa159 100644
--- a/addressbook/tests/ebook/test-ebook-get-book-view-uid-only.c
+++ b/addressbook/tests/ebook/test-ebook-get-book-view-uid-only.c
@@ -164,7 +164,7 @@ setup_book (EBook **book_out)
final = ebook_test_utils_book_get_contact (book, uid);
/* verify the contact was added "successfully" (not thorough) */
- g_assert (ebook_test_utils_contacts_are_equal_shallow (contact, contact));
+ g_assert (ebook_test_utils_contacts_are_equal_shallow (contact, final));
g_free (name);
for (j = E_CONTACT_EMAIL_1; j < (E_CONTACT_EMAIL_4 + 1); j++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]