[folks/edsunittests] Create another other.source for eds unit tests.



commit 9ca04c50b2133c2a7f6d5e7f189c971a61ff853f
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Wed Jun 20 12:18:42 2012 -0600

    Create another other.source for eds unit tests.

 tests/tools/eds.sh       |    2 +-
 tests/tools/other.source |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/tests/tools/eds.sh b/tests/tools/eds.sh
index f0ab63f..e80a93f 100644
--- a/tests/tools/eds.sh
+++ b/tests/tools/eds.sh
@@ -18,8 +18,8 @@ eds_init_settings () {
     export XDG_CACHE_HOME=$eds_tmpdir/.cache
     export XDG_CONFIG_HOME=$eds_tmpdir/.config
     mkdir -p $XDG_CONFIG_HOME/evolution/sources
-    echo "copying test.source from $cur_dir to temp folder"
     cp $cur_dir/test.source $XDG_CONFIG_HOME/evolution/sources/
+    cp $cur_dir/other.source $XDG_CONFIG_HOME/evolution/sources/
 }
 
 # This should be called on INT TERM and EXIT
diff --git a/tests/tools/other.source b/tests/tools/other.source
new file mode 100644
index 0000000..f170f40
--- /dev/null
+++ b/tests/tools/other.source
@@ -0,0 +1,6 @@
+[Data Source]
+DisplayName=Other Test Address Book
+Parent=local-stub
+
+[Address Book]
+BackendName=local



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