~renatofilho/qtorganizer5-eds/fix-1240505

« back to all changes in this revision

Viewing changes to tests/unittest/CMakeLists.txt

Make sure that "gvfsd" is running before start the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
             ${DBUS_RUNNER} --keep-env
25
25
             --task ${CMAKE_CURRENT_BINARY_DIR}/${TESTNAME} --task-name ${TESTNAME} --wait-until-complete --wait-for=org.gnome.evolution.dataserver.Calendar4
26
26
             --task ${EVOLUTION_CALENDAR_FACTORY} --task-name "evolution" --wait-until-complete --wait-for=${EVOLUTION_SOURCE_SERVICE_NAME}
27
 
             --task ${EVOLUTION_SOURCE_REGISTRY} --task-name "source-registry" -r)
 
27
             --task ${EVOLUTION_SOURCE_REGISTRY} --task-name "source-registry" --wait-for=org.gtk.vfs.Daemon -r
 
28
             --task ${GVFSD} --task-name "gvfsd" -r)
28
29
    update_test_properties(${TESTNAME})
29
30
endmacro(declare_test testname)
30
31