~ubuntu-branches/ubuntu/quantal/telepathy-logger/quantal

« back to all changes in this revision

Viewing changes to src/test-api.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2011-06-07 10:26:37 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110607102637-sdd04hsk1g099oyr
Tags: 0.2.10-1
* New upstream release.
* debian/libtelepathy-logger2.symbols: Updated for new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  TpDBusDaemon *bus;
36
36
  TpProxy *proxy;
37
37
  GError *error = NULL;
38
 
  char *account, *identifer;
 
38
  char *account;
39
39
 
40
40
  g_type_init ();
41
41
  mainloop = g_main_loop_new (NULL, FALSE);
47
47
    }
48
48
 
49
49
  account = g_strdup_printf ("%s%s", TP_ACCOUNT_OBJECT_PATH_BASE, argv[1]);
50
 
  identifer = argv[2];
51
50
 
52
51
  bus = tp_dbus_daemon_dup (&error);
53
52
  g_assert_no_error (error);