[evolution-data-server/openismus-phonenumber-work] test-client-custom-summary: Fix test path typo



commit 761e9baa4369bb4317098653c6c3a7ba8c96f16e
Author: Mathias Hasselmann <mathias openismus com>
Date:   Tue Dec 11 13:59:05 2012 +0100

    test-client-custom-summary: Fix test path typo

 tests/libebook/client/test-client-custom-summary.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libebook/client/test-client-custom-summary.c b/tests/libebook/client/test-client-custom-summary.c
index 066ac87..9cb0a28 100644
--- a/tests/libebook/client/test-client-custom-summary.c
+++ b/tests/libebook/client/test-client-custom-summary.c
@@ -225,7 +225,7 @@ main (gint argc,
 	add_client_test ("/client/search/eqphone/national/phone", search_test, book_client,
 	                 e_book_query_field_test(E_CONTACT_TEL, E_BOOK_QUERY_EQUALS_NATIONAL_PHONE_NUMBER, "221.542.3789"),
 	                 1);
-	add_client_test ("/client/search/eqphone/national/phone", search_test, book_client,
+	add_client_test ("/client/search/eqphone/short/phone", search_test, book_client,
 	                 e_book_query_field_test(E_CONTACT_TEL, E_BOOK_QUERY_EQUALS_SHORT_PHONE_NUMBER, "5423789"),
 	                 1);
 	add_client_test ("/client/search/eqphone/exact/tel", search_test, book_client,



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