~robert-ancell/lightdm/process-cleanup

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Robert Ancell
  • Date: 2014-02-26 05:06:33 UTC
  • mfrom: (1902.2.2 test-request-refactor)
  • Revision ID: tarmac-20140226050633-g7o5p1zz1p024cfd
Convert all test programs to use key value pairs for requests.

Approved by PS Jenkins bot, Robert Ancell.

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