diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2015-06-19 09:39:44 +1200 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2015-06-19 09:39:44 +1200 |
commit | 813f10d40c13d1780411c08b5fd72aea81072194 (patch) | |
tree | fa392472f2ba8196e6681fd735091e84017c7468 | |
parent | 32ebc44249a2ce81bfa3eff39f31e9ae8eb28ef9 (diff) | |
parent | b3d51b5e7c88766c166a384db6497bc33b8e1e67 (diff) | |
download | ayatana-indicator-datetime-813f10d40c13d1780411c08b5fd72aea81072194.tar.gz ayatana-indicator-datetime-813f10d40c13d1780411c08b5fd72aea81072194.tar.bz2 ayatana-indicator-datetime-813f10d40c13d1780411c08b5fd72aea81072194.zip |
Fix 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 |