[gvfs] test: Fix d-bus session services names



commit ff92ef3aa4b09a648bd38152cc61ddfb99f41895
Author: Ondrej Holy <oholy redhat com>
Date:   Mon Oct 12 20:12:01 2015 +0200

    test: Fix d-bus session services names
    
    Commit 957fff5 modified d-bus session services names, but the change
    was incomplete and test suite is broken conseqently. All tests fail with:
    Error mounting location: volume doesn't implement mount
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755760

 test/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index b69086e..f7dca6e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -21,16 +21,16 @@ noinst_PROGRAMS += \
 session.conf: session.conf.in ../config.log
        $(AM_V_GEN) $(SED) -e "s|\ testdir\@|$(abs_builddir)|" $< > $@
 
-gvfs-daemon.service: $(top_srcdir)/daemon/gvfs-daemon.service.in ../config.log
+org.gtk.vfs.Daemon.service: $(top_srcdir)/daemon/org.gtk.vfs.Daemon.service.in ../config.log
        $(AM_V_GEN) $(SED) -e "s|\ libexecdir\@|$(abs_top_builddir)/daemon|" $< > $@
 
-gvfs-metadata.service: $(top_srcdir)/metadata/gvfs-metadata.service.in ../config.log
+org.gtk.vfs.Metadata.service: $(top_srcdir)/metadata/org.gtk.vfs.Metadata.service.in ../config.log
        $(AM_V_GEN) $(SED) -e "s|\ libexecdir\@|$(abs_top_builddir)/metadata|" $< > $@
 
 %.monitor:
        $(AM_V_GEN) ln -s $(top_srcdir)/monitor/$(*F)/$(@F) $@
 
-CONFIG_FILES=session.conf gvfs-daemon.service gvfs-metadata.service
+CONFIG_FILES=session.conf org.gtk.vfs.Daemon.service org.gtk.vfs.Metadata.service
 
 if USE_AFC
 org.gtk.vfs.AfcVolumeMonitor.service: $(top_srcdir)/monitor/afc/org.gtk.vfs.AfcVolumeMonitor.service.in 
../config.log


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