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

« back to all changes in this revision

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

  • Committer: dilshan_a
  • Date: 2008-01-24 23:49:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:292
Fixed bug in get_name for TestSuite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
507
507
        problem_dict['cases'] = test_case_results
508
508
        return problem_dict
509
509
 
510
 
    def get_name():
 
510
    def get_name(self):
511
511
        return self._name
512
512
 
513
513
class TestFilespace: