~paulliu/friends/add-twitter-contacts

« back to all changes in this revision

Viewing changes to friends/tests/test_facebook.py

  • Committer: Conor Curran
  • Date: 2012-11-23 15:20:09 UTC
  • Revision ID: conor.curran@canonical.com-20121123152009-sw5fi2nmr2zxi20f
fix twitter tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
471
471
                self.assertEqual(len(p.get_values()), 1)                
472
472
                self.assertEqual(p.get_values()[0], '555555555')
473
473
                test_facebook_id = True
474
 
 
 
474
        # Finally test to ensure all key value pairs were tested 
475
475
        self.assertTrue(test_jabber and test_remote_name and test_facebook_id)
476
476
 
477
477
    @mock.patch('friends.utils.base.Base._get_eds_source',