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

« back to all changes in this revision

Viewing changes to tests/dbus/client-channel-factory.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2011-06-22 16:29:01 UTC
  • mfrom: (1.6.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110622162901-tc492ifcn229lmkh
Tags: 0.15.2-2
Cherry-pick upstream fix to increase timeout of the contact-lists
test on slower architectures like armel, mips, and mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
 
206
206
  features = tp_client_channel_factory_dup_channel_features (test->factory,
207
207
      chan);
208
 
  g_assert_cmpuint (features->len, ==, 2);
 
208
  g_assert_cmpuint (features->len, ==, 3);
209
209
  g_assert (array_contains_feature (features, TP_CHANNEL_FEATURE_CORE));
210
210
  g_assert (array_contains_feature (features, TP_CHANNEL_FEATURE_GROUP));
 
211
  g_assert (array_contains_feature (features, TP_CHANNEL_FEATURE_PASSWORD));
211
212
 
212
213
  g_free (chan_path);
213
214
  g_hash_table_unref (props);