[folks] tests: Add .service files for latest EDS APIs



commit fd251e1410f32d17a832b69364af923938b3d974
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Feb 13 11:53:41 2015 +0000

    tests: Add .service files for latest EDS APIs
    
    Changing API version numbers is like changing clothes in the morning.

 tests/lib/eds/test-case.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/lib/eds/test-case.vala b/tests/lib/eds/test-case.vala
index e52a135..e5c75b3 100644
--- a/tests/lib/eds/test-case.vala
+++ b/tests/lib/eds/test-case.vala
@@ -115,12 +115,14 @@ public class EdsTest.TestCase : Folks.TestCase
       /* Create service files for the Evolution binaries. */
       const string sources_services[] =
         {
+          "org.gnome.evolution.dataserver.Sources4",
           "org.gnome.evolution.dataserver.Sources3",
           "org.gnome.evolution.dataserver.Sources2",
           "org.gnome.evolution.dataserver.Sources1"
         };
       const string address_book_services[] =
         {
+          "org.gnome.evolution.dataserver.AddressBook9",
           "org.gnome.evolution.dataserver.AddressBook8",
           "org.gnome.evolution.dataserver.AddressBook7",
           "org.gnome.evolution.dataserver.AddressBook6",


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