[glib] Fix up gsettings test
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix up gsettings test
- Date: Sun, 15 Dec 2013 23:51:20 +0000 (UTC)
commit 0b486a49e48e309c98fe151650f9903e3c61ff46
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Dec 15 18:50:49 2013 -0500
Fix up gsettings test
gio/tests/gsettings.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c
index 244ff8e..d94d7d7 100644
--- a/gio/tests/gsettings.c
+++ b/gio/tests/gsettings.c
@@ -126,11 +126,6 @@ test_unknown_key (void)
* has not been installed
*/
static void
-test_no_schema_subprocess (void)
-{
-}
-
-static void
test_no_schema (void)
{
if (!g_test_undefined ())
@@ -2526,7 +2521,6 @@ main (int argc, char *argv[])
if (!backend_set)
{
g_test_add_func ("/gsettings/typesafe-binding", test_typesafe_binding);
- g_test_add_func ("/gsettings/typesafe-binding/subprocess", test_typesafe_binding_subprocess);
g_test_add_func ("/gsettings/no-read-binding", test_no_read_binding);
g_test_add_func ("/gsettings/no-read-binding/subprocess/fail", test_no_read_binding_fail);
g_test_add_func ("/gsettings/no-read-binding/subprocess/pass", test_no_read_binding_pass);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]