~lightdm-team/lightdm/1.2

« back to all changes in this revision

Viewing changes to tests/src/guest-account.c

  • Committer: Robert Ancell
  • Date: 2015-11-18 00:23:53 UTC
  • Revision ID: robert.ancell@canonical.com-20151118002353-lyaui7suaci5b298
BackportĀ testĀ improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    g_type_init ();
19
19
#endif
20
20
 
21
 
    status_connect (NULL);
 
21
    status_connect (NULL, NULL);
22
22
 
23
23
    config = g_key_file_new ();
24
24
    g_key_file_load_from_file (config, g_build_filename (g_getenv ("LIGHTDM_TEST_ROOT"), "script", NULL), G_KEY_FILE_NONE, NULL);