[evolution-data-server/openismus-work] Disabling deprecated ECal tests



commit 7bf0b9b0c7a4b71cec6974b23b7b1754cfd6d9e5
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Thu Jan 31 16:55:25 2013 +0900

    Disabling deprecated ECal 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/libecal/Makefile.am |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/tests/libecal/Makefile.am b/tests/libecal/Makefile.am
index 2086da3..c1fa019 100644
--- a/tests/libecal/Makefile.am
+++ b/tests/libecal/Makefile.am
@@ -32,8 +32,12 @@ TEST_ECAL_LIBS = \
 	libecal-test-utils.la           \
 	$(NULL)
 
-# ordered by relative complexity
-TESTS = \
+# The ECal tests are not running on this branch,
+# this is because they wont succeed until the patches
+# that cause ECal to implement with an internal ECalClient.
+# (these deprecated apis are thoroughly broken for the
+# gnome-3-6 cycle).
+DEPRECATED_TESTS = \
 	test-ecal-get-free-busy			\
 	test-ecal-get-timezone			\
 	test-ecal-add-timezone			\
@@ -56,7 +60,7 @@ TESTS = \
 
 # The test program
 noinst_PROGRAMS = 		\
-	$(TESTS) 		\
+	$(DEPRECATED_TESTS) 	\
 	test-ecal 		\
 	test-recur 		\
 	test-search		\



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