~psivaa/uci-engine/lander-jenkins-sub-charm-with-plugin

« back to all changes in this revision

Viewing changes to tests/ticket_system/test.py

  • Committer: Andy Doan
  • Date: 2014-04-04 16:00:36 UTC
  • mfrom: (422 uci-engine)
  • mto: This revision was merged to the branch mainline in revision 423.
  • Revision ID: andy.doan@canonical.com-20140404160036-cve1123qiu8o7dvf
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        self.assertEqual('200', resp['status'])
98
98
        self.assertEqual('before_change@example.com', content['owner'])
99
99
 
 
100
 
100
101
if __name__ == "__main__":
101
102
    unittest.main()