[evolution-data-server] tests: Remove phone number specific EBook query tests
- From: Mathias Hasselmann <hasselmm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] tests: Remove phone number specific EBook query tests
- Date: Wed, 16 Jan 2013 14:40:54 +0000 (UTC)
commit 1b02aee5bcdf224a9d768b9046e0ef5ea58837a8
Author: Mathias Hasselmann <mathias openismus com>
Date: Wed Jan 16 15:39:36 2013 +0100
tests: Remove phone number specific EBook query tests
They sneaked in by accident with commit f358f98697c63a27c3a50538519ae0bacb6e086c.
tests/libebook/test-query.c | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/tests/libebook/test-query.c b/tests/libebook/test-query.c
index f2a155b..cc687c8 100644
--- a/tests/libebook/test-query.c
+++ b/tests/libebook/test-query.c
@@ -137,23 +137,5 @@ main (gint argc,
"5423789"),
"(endswith \"phone\" \"5423789\")");
- add_query_test ("/libebook/test-query/sexp/eqphone",
-
- e_book_query_orv (e_book_query_field_test (E_CONTACT_TEL,
- E_BOOK_QUERY_EQUALS_PHONE_NUMBER,
- "+1-2215423789"),
- e_book_query_field_test (E_CONTACT_TEL,
- E_BOOK_QUERY_EQUALS_NATIONAL_PHONE_NUMBER,
- "2215423789"),
- e_book_query_field_test (E_CONTACT_TEL,
- E_BOOK_QUERY_EQUALS_SHORT_PHONE_NUMBER,
- "5423789"),
- NULL),
-
- "(or (eqphone \"phone\" \"+1-2215423789\")"
- " (eqphone_national \"phone\" \"2215423789\")"
- " (eqphone_short \"phone\" \"5423789\")"
- " )");
-
return g_test_run ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]