[evolution-data-server] tests: Enfore local GVFS backend in isolated tests



commit bb4f5144326670d996865d93220296532ca956c8
Author: Mathias Hasselmann <mathias openismus com>
Date:   Fri Feb 1 13:21:10 2013 +0100

    tests: Enfore local GVFS backend in isolated tests
    
    As we don't copy all GVFS' D-Bus services and plugins the local
    this is the only available VFS anyway. So let's avoid warnings
    about missing GVFS backends.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692998

 tests/test-server-utils/e-test-server-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/test-server-utils/e-test-server-utils.c b/tests/test-server-utils/e-test-server-utils.c
index a69417f..2e54ac4 100644
--- a/tests/test-server-utils/e-test-server-utils.c
+++ b/tests/test-server-utils/e-test-server-utils.c
@@ -55,6 +55,7 @@ setup_environment (void)
 	g_assert (g_setenv ("GSETTINGS_SCHEMA_DIR", EDS_TEST_SCHEMA_DIR, TRUE));
 	g_assert (g_setenv ("EDS_CALENDAR_MODULES", EDS_TEST_CALENDAR_DIR, TRUE));
 	g_assert (g_setenv ("EDS_ADDRESS_BOOK_MODULES", EDS_TEST_ADDRESS_BOOK_DIR, TRUE));
+	g_assert (g_setenv ("GIO_USE_VFS", "local", TRUE));
 }
 
 static void



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