Bug 125620 - [GTK] Make sure unit tests don't use GVFS and dconf
Summary: [GTK] Make sure unit tests don't use GVFS and dconf
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-12-12 00:44 PST by Carlos Garcia Campos
Modified: 2013-12-12 01:09 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2013-12-12 00:47 PST, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-12-12 00:44:34 PST
They should use the local vfs and the gsettings memory backend
Comment 1 Carlos Garcia Campos 2013-12-12 00:47:31 PST
Created attachment 219053 [details]
Patch

btw, this fixes messages like this one when running the tests:

org.gtk.vfs.MountTracker.listMountableInfo call failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.Daemon was not provided by any .service files (g-dbus-error-quark, 2)
Comment 2 WebKit Commit Bot 2013-12-12 00:49:35 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2013-12-12 01:09:47 PST
Committed r160480: <http://trac.webkit.org/changeset/160480>