~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/tutorialservice/test/TestFramework.py

  • Committer: dilshan_a
  • Date: 2008-01-25 05:01:24 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:311
Last commit was buggy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        import traceback
48
48
        return {'name': self._name,
49
49
                'detail': self._detail,
50
 
                'critical': self.is_critical()
 
50
                'critical': self.is_critical(),
51
51
                'lineno': traceback.tb_lineno(self._trbk)
52
52
                }
53
53