~ubuntu-branches/ubuntu/precise/telepathy-glib/precise-201202222208

« back to all changes in this revision

Viewing changes to tests/dbus/contact-list-client.c

  • Committer: Ken VanDine
  • Date: 2012-02-22 18:08:37 UTC
  • mfrom: (1.6.39)
  • Revision ID: ken.vandine@canonical.com-20120222180837-02um6fex0eg073lf
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * notice and this notice are preserved.
8
8
 */
9
9
 
 
10
#include "config.h"
 
11
 
10
12
#include <string.h>
11
13
 
12
14
#include <telepathy-glib/telepathy-glib.h>
87
89
  g_main_loop_unref (test->mainloop);
88
90
  test->mainloop = NULL;
89
91
 
90
 
  tp_cli_connection_run_disconnect (test->connection, -1, &test->error, NULL);
91
 
  g_assert_no_error (test->error);
92
 
 
 
92
  tp_tests_connection_assert_disconnect_succeeds (test->connection);
93
93
  g_object_unref (test->connection);
94
94
  g_object_unref (test->base_connection);
95
95