diff options
author | Iain Lane <iain.lane@canonical.com> | 2015-06-18 17:10:05 +0100 |
---|---|---|
committer | Iain Lane <iain.lane@canonical.com> | 2015-06-18 17:10:05 +0100 |
commit | b3d51b5e7c88766c166a384db6497bc33b8e1e67 (patch) | |
tree | fa392472f2ba8196e6681fd735091e84017c7468 /tests | |
parent | 32ebc44249a2ce81bfa3eff39f31e9ae8eb28ef9 (diff) | |
download | ayatana-indicator-datetime-b3d51b5e7c88766c166a384db6497bc33b8e1e67.tar.gz ayatana-indicator-datetime-b3d51b5e7c88766c166a384db6497bc33b8e1e67.tar.bz2 ayatana-indicator-datetime-b3d51b5e7c88766c166a384db6497bc33b8e1e67.zip |
Update D-Bus interface versions for the testsuite
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 | ||||
-rwxr-xr-x | tests/run-eds-test.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8b6ec5d..1332529 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -75,7 +75,7 @@ find_program(EVOLUTION_SOURCE_REGISTRY evolution-source-registry PATHS /usr/lib/ find_program(GVFSD gvfsd PATHS /usr/lib/gvfs/) OPTION(EVOLUTION_SOURCE_SERVICE_NAME "DBus name for source registry") if(NOT EVOLUTION_SOURCE_SERVICE_NAME) - set(EVOLUTION_SOURCE_SERVICE_NAME "org.gnome.evolution.dataserver.Sources3") + set(EVOLUTION_SOURCE_SERVICE_NAME "org.gnome.evolution.dataserver.Sources4") endif() function(add_eds_test_by_name name) diff --git a/tests/run-eds-test.sh b/tests/run-eds-test.sh index 0183350..1fa28a3 100755 --- a/tests/run-eds-test.sh +++ b/tests/run-eds-test.sh @@ -43,7 +43,7 @@ fi # run dbus-test-runner $1 --keep-env --max-wait=90 \ ---task $2 --task-name $3 --wait-until-complete --wait-for=org.gnome.evolution.dataserver.Calendar4 \ +--task $2 --task-name $3 --wait-until-complete --wait-for=org.gnome.evolution.dataserver.Calendar7 \ --task $4 --task-name "evolution" --wait-until-complete -r #--task $6 --task-name "source-registry" --wait-for=org.gtk.vfs.Daemon -r \ #--task $7 --task-name "gvfsd" -r |