~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to tests/lib/simple-manager.c

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-05-10 17:59:54 UTC
  • mfrom: (1.6.1 upstream) (27.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100510175954-bxvqq3xx0sy4itmp
Tags: 0.11.5-1
New upstream version with new API/ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <telepathy-glib/errors.h>
19
19
 
20
20
#include "simple-conn.h"
 
21
#include "tests/lib/util.h"
21
22
 
22
23
G_DEFINE_TYPE (SimpleConnectionManager,
23
24
    simple_connection_manager,
75
76
{
76
77
  SimpleParams *params = parsed_params;
77
78
  SimpleConnection *conn = SIMPLE_CONNECTION
78
 
      (g_object_new (SIMPLE_TYPE_CONNECTION,
 
79
      (test_object_new_static_class (SIMPLE_TYPE_CONNECTION,
79
80
          "account", params->account,
80
81
          "protocol", proto,
81
82
          NULL));