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/run-eds-test.sh | |
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/run-eds-test.sh')
-rwxr-xr-x | tests/run-eds-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |