Home | History | Annotate | Download | only in test

Lines Matching refs:ex2

658         except Exception, ex2:
662 self.assertIs(type(ex1), type(ex2))
663 self.assertEqual(str(ex1), str(ex2))