Fix up gsettings test

This commit is contained in:
Matthias Clasen 2013-12-15 18:50:49 -05:00
parent 3b9ad6e6ef
commit 0b486a49e4

View File

@ -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);