[folks] Use the 'all-others' BackendStore key file group for backend tests.



commit 8f37599b1d980faddda95f589e028806fc2f431f
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Feb 14 23:26:26 2011 -0800

    Use the 'all-others' BackendStore key file group for backend tests.
    
    Fixes bgo#642351 - BACKEND_STORE_KEY_FILE format should support a wildcard entry

 NEWS                                               |    6 ++++++
 tests/data/backend-store-all.ini                   |    5 +----
 .../key-file/data/backend-store-key-file-only.ini  |    2 +-
 .../data/backend-store-telepathy-only.ini          |    6 +++---
 4 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 43eb8ce..03527da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes from libfolks 0.3.6 to libfolks 0.3.7
+=========================================================
+
+Bugs fixed:
+* Bug 642351 â?? BACKEND_STORE_KEY_FILE format should support a wildcard entry
+
 Overview of changes from libfolks 0.3.5 to libfolks 0.3.6
 =========================================================
 
diff --git a/tests/data/backend-store-all.ini b/tests/data/backend-store-all.ini
index 42e8fb5..7c61234 100644
--- a/tests/data/backend-store-all.ini
+++ b/tests/data/backend-store-all.ini
@@ -1,5 +1,2 @@
-[key-file]
-enabled=true
-
-[telepathy]
+[all-others]
 enabled=true
diff --git a/tests/key-file/data/backend-store-key-file-only.ini b/tests/key-file/data/backend-store-key-file-only.ini
index 3ca88dc..4e4d069 100644
--- a/tests/key-file/data/backend-store-key-file-only.ini
+++ b/tests/key-file/data/backend-store-key-file-only.ini
@@ -1,5 +1,5 @@
 [key-file]
 enabled=true
 
-[telepathy]
+[all-others]
 enabled=false
diff --git a/tests/telepathy/data/backend-store-telepathy-only.ini b/tests/telepathy/data/backend-store-telepathy-only.ini
index 1a47b83..533d9d9 100644
--- a/tests/telepathy/data/backend-store-telepathy-only.ini
+++ b/tests/telepathy/data/backend-store-telepathy-only.ini
@@ -1,5 +1,5 @@
-[key-file]
-enabled=false
-
 [telepathy]
 enabled=true
+
+[all-others]
+enabled=false



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