[folks] Re-enable eds backend unit tests.



commit f62079cf2cf382c6627f1b3423d356181644ac03
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Tue Jun 19 11:52:13 2012 -0600

    Re-enable eds backend unit tests.

 configure.ac          |    2 ++
 tests/Makefile.am     |    5 ++---
 tests/lib/Makefile.am |    5 ++---
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 16f7eb1..d1ee61d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -550,6 +550,7 @@ AC_CONFIG_FILES([
     tests/Makefile
     tests/data/Makefile
     tests/data/gconf.path
+    tests/eds/Makefile
     tests/folks/Makefile
     tests/key-file/Makefile
     tests/libsocialweb/Makefile
@@ -557,6 +558,7 @@ AC_CONFIG_FILES([
     tests/tracker/Makefile
     tests/lib/Makefile
     tests/lib/folks-test-uninstalled.pc
+    tests/lib/eds/Makefile
     tests/lib/key-file/Makefile
     tests/lib/libsocialweb/Makefile
     tests/lib/libsocialweb/session.conf
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cfee3f5..be349c6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,9 +11,7 @@ SUBDIRS += libsocialweb
 endif
 
 if ENABLE_EDS
-# Comment out eds tests until they are ported to eds api changes.
-# https://bugzilla.gnome.org/show_bug.cgi?id=675121
-#SUBDIRS += eds
+SUBDIRS += eds
 endif
 
 SUBDIRS += key-file
@@ -29,6 +27,7 @@ DIST_SUBDIRS = \
     lib \
     tools \
     folks \
+    eds \
     key-file \
     telepathy \
     libsocialweb \
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
index e74cfe0..b3bd792 100644
--- a/tests/lib/Makefile.am
+++ b/tests/lib/Makefile.am
@@ -12,14 +12,13 @@ SUBDIRS += tracker
 endif
 
 if ENABLE_EDS
-# comment out eds tests until they are ported to eds api changes.
-# https://bugzilla.gnome.org/show_bug.cgi?id=675121
-#SUBDIRS += eds
+SUBDIRS += eds
 endif
 
 DIST_SUBDIRS = \
 	key-file \
 	telepathy \
+	eds \
 	libsocialweb \
 	tracker \
 	$(NULL)



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