mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Fix up gsettings test
This commit is contained in:
parent
3b9ad6e6ef
commit
0b486a49e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user