mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 03:17:52 +02:00
Fix up gsettings test
This commit is contained in:
@@ -125,11 +125,6 @@ test_unknown_key (void)
|
||||
/* Check that we get an error when the schema
|
||||
* has not been installed
|
||||
*/
|
||||
static void
|
||||
test_no_schema_subprocess (void)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
test_no_schema (void)
|
||||
{
|
||||
@@ -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);
|
||||
|
Reference in New Issue
Block a user