[evolution-data-server/openismus-work-master] Removing e-source-registry-test.c and e-test-dbus-utils.[ch]
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-master] Removing e-source-registry-test.c and e-test-dbus-utils.[ch]
- Date: Wed, 12 Dec 2012 10:51:08 +0000 (UTC)
commit fe9946594213f3ad517b67b22a8708e9f1ca2336
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Wed Dec 12 14:23:30 2012 +0900
Removing e-source-registry-test.c and e-test-dbus-utils.[ch]
The source registry test checks if sources can be created in the
registry, this is already asserted by e-test-server-utils in
the fixture test. Removing the e-test-dbus-utils.[ch] in favour
of new testing framework added in test-server-utils directory.
tests/libedataserver/Makefile.am | 10 --
tests/libedataserver/e-source-registry-test.c | 152 --------------------
tests/libedataserver/e-source-test.c | 2 +
tests/libedataserver/e-test-dbus-utils.c | 184 -------------------------
tests/libedataserver/e-test-dbus-utils.h | 34 -----
5 files changed, 2 insertions(+), 380 deletions(-)
---
diff --git a/tests/libedataserver/Makefile.am b/tests/libedataserver/Makefile.am
index 283d4ac..896cc74 100644
--- a/tests/libedataserver/Makefile.am
+++ b/tests/libedataserver/Makefile.am
@@ -4,7 +4,6 @@ NULL =
TESTS = \
e-source-test \
- e-source-registry-test \
$(NULL)
noinst_PROGRAMS = $(TESTS)
@@ -28,16 +27,7 @@ e_source_test_SOURCES = \
e-source-test.c \
$(NULL)
-e_source_registry_test_SOURCES = \
- e-source-registry-test.c \
- e-test-dbus-utils.c \
- e-test-dbus-utils.h \
- $(NULL)
-
e_source_test_CPPFLAGS = $(test_CPPFLAGS)
e_source_test_LDADD = $(test_LDADD)
-e_source_registry_test_CPPFLAGS = $(test_CPPFLAGS)
-e_source_registry_test_LDADD = $(test_LDADD)
-
-include $(top_srcdir)/git.mk
diff --git a/tests/libedataserver/e-source-test.c b/tests/libedataserver/e-source-test.c
index bb14f5d..d6b6da0 100644
--- a/tests/libedataserver/e-source-test.c
+++ b/tests/libedataserver/e-source-test.c
@@ -124,7 +124,9 @@ static void
test_fixture_teardown_key_file (TestFixture *fixture,
gconstpointer test_data)
{
+#if 0 /* ACCOUNT_MGMT */
teardown_test_source (&fixture->test);
+#endif
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]