[evolution-data-server/openismus-work-3-8] Added transliterated indexes to the custom book in the test case.



commit 6b857b50ed73049c93c4acd2908a52a32a38ccfe
Author: Tristan Van Berkom <tristan upstairslabs com>
Date:   Thu Dec 5 16:35:43 2013 +0900

    Added transliterated indexes to the custom book in the test case.

 tests/libebook/client/test-client-custom-summary.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/libebook/client/test-client-custom-summary.c 
b/tests/libebook/client/test-client-custom-summary.c
index daef9b5..52c4c3e 100644
--- a/tests/libebook/client/test-client-custom-summary.c
+++ b/tests/libebook/client/test-client-custom-summary.c
@@ -48,12 +48,15 @@ setup_custom_book (ESource *scratch,
        e_source_backend_summary_setup_set_indexed_fields (
                setup,
                E_CONTACT_EMAIL, E_BOOK_INDEX_PREFIX,
+               E_CONTACT_EMAIL, E_BOOK_INDEX_TRANSLIT,
                E_CONTACT_TEL, E_BOOK_INDEX_SUFFIX,
                E_CONTACT_TEL, E_BOOK_INDEX_PHONE,
                E_CONTACT_FULL_NAME, E_BOOK_INDEX_PREFIX,
                E_CONTACT_FULL_NAME, E_BOOK_INDEX_SUFFIX,
+               E_CONTACT_FULL_NAME, E_BOOK_INDEX_TRANSLIT,
                E_CONTACT_FAMILY_NAME, E_BOOK_INDEX_PREFIX,
                E_CONTACT_FAMILY_NAME, E_BOOK_INDEX_SUFFIX,
+               E_CONTACT_FAMILY_NAME, E_BOOK_INDEX_TRANSLIT,
                0);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]