Title: [160480] trunk/Source/WebKit2
- Revision
- 160480
- Author
- [email protected]
- Date
- 2013-12-12 01:12:40 -0800 (Thu, 12 Dec 2013)
Log Message
[GTK] Make sure unit tests don't use GVFS and dconf
https://bugs.webkit.org/show_bug.cgi?id=125620
Reviewed by Martin Robinson.
They should use the local vfs and the gsettings memory backend.
* UIProcess/API/gtk/tests/TestMain.cpp:
(main):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (160479 => 160480)
--- trunk/Source/WebKit2/ChangeLog 2013-12-12 08:58:50 UTC (rev 160479)
+++ trunk/Source/WebKit2/ChangeLog 2013-12-12 09:12:40 UTC (rev 160480)
@@ -1,3 +1,15 @@
+2013-12-12 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Make sure unit tests don't use GVFS and dconf
+ https://bugs.webkit.org/show_bug.cgi?id=125620
+
+ Reviewed by Martin Robinson.
+
+ They should use the local vfs and the gsettings memory backend.
+
+ * UIProcess/API/gtk/tests/TestMain.cpp:
+ (main):
+
2013-12-11 KyungTae Kim <[email protected]>
[WK2] Build fix after r160464
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestMain.cpp (160479 => 160480)
--- trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestMain.cpp 2013-12-12 08:58:50 UTC (rev 160479)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestMain.cpp 2013-12-12 09:12:40 UTC (rev 160480)
@@ -58,6 +58,8 @@
g_setenv("WEBKIT_EXEC_PATH", WEBKIT_EXEC_PATH, FALSE);
g_setenv("WEBKIT_INJECTED_BUNDLE_PATH", WEBKIT_INJECTED_BUNDLE_PATH, FALSE);
g_setenv("LC_ALL", "C", TRUE);
+ g_setenv("GIO_USE_VFS", "local", TRUE);
+ g_setenv("GSETTINGS_BACKEND", "memory", TRUE);
g_test_bug_base("https://bugs.webkit.org/");
registerGResource();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes