~vila/uci-engine/rtfd

« back to all changes in this revision

Viewing changes to cli/ci_cli/tests/test_ticket.py

  • Committer: paul.larson at canonical
  • Date: 2014-07-17 20:32:32 UTC
  • mto: This revision was merged to the branch mainline in revision 692.
  • Revision ID: paul.larson@canonical.com-20140717203232-hyrih5oo7tezyaok
more test cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
        self.assertEquals(len(new_ticket_.subtickets), 2)
301
301
        self.assertTrue("foobar" in new_ticket_.subtickets)
302
302
        self.assertTrue("barfoo" in new_ticket_.subtickets)
303
 
        self.assertEquals(u'saucy', new_ticket_.suite)
 
303
        self.assertEquals(u'trusty', new_ticket_.suite)