[evolution-data-server/openismus-work] Disabling deprecated EBook tests
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work] Disabling deprecated EBook tests
- Date: Thu, 31 Jan 2013 08:06:42 +0000 (UTC)
commit 321b6407e959a31013b59f703af0addfaeadf2cb
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Thu Jan 31 16:54:12 2013 +0900
Disabling deprecated EBook tests
These tests wont pass on the gnome-3-6 based branch, they start to pass
in later versions because the EBook/ECal apis are redirected to the
newer EClient based apis.
tests/libebook/Makefile.am | 32 +++++++++++++++++---------------
1 files changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/tests/libebook/Makefile.am b/tests/libebook/Makefile.am
index aa7cfef..2749324 100644
--- a/tests/libebook/Makefile.am
+++ b/tests/libebook/Makefile.am
@@ -58,6 +58,11 @@ TEST_LIBS = \
libebook-test-utils.la \
$(NULL)
+# The EBook tests are not running on this branch,
+# this is because they wont succeed until the patches
+# that cause EBook to implement with an internal EBookClient.
+# (these deprecated apis are thoroughly broken for the
+# gnome-3-6 cycle).
DEPRECATED_TESTS = \
test-changes \
test-ebook \
@@ -65,30 +70,27 @@ DEPRECATED_TESTS = \
test-nonexistent-id \
test-search \
test-self \
- test-stress-bookviews
+ test-stress-bookviews \
+ test-ebook-add-contact \
+ test-ebook-get-contact \
+ test-ebook-commit-contact \
+ test-ebook-remove-contact \
+ test-ebook-get-required-fields \
+ test-ebook-get-static-capabilities \
+ test-ebook-get-supported-fields \
+ test-ebook-get-supported-auth-methods \
+ test-ebook-remove-contact-by-id \
+ test-ebook-remove-contacts \
+ test-ebook-get-book-view
endif
# Should be kept ordered approximately from least to most difficult/complex
-TESTS = \
- test-ebook-add-contact \
- test-ebook-get-contact \
- test-ebook-commit-contact \
- test-ebook-remove-contact \
- test-ebook-get-required-fields \
- test-ebook-get-static-capabilities \
- test-ebook-get-supported-fields \
- test-ebook-get-supported-auth-methods \
- test-ebook-remove-contact-by-id \
- test-ebook-remove-contacts \
- test-ebook-get-book-view
-
# test-ebook-stress-factory--serial \
# test-ebook-stress-factory--fifo \
# test-ebook-stress-factory--single-book
noinst_PROGRAMS = \
- $(TESTS) \
$(DEPRECATED_TESTS) \
test-categories \
test-date \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]