mailr12099 - /1.3/test_suite/unit_tests/unit_test_runner.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 03, 2011 - 20:34:
Author: bugman
Date: Mon Jan  3 20:34:42 2011
New Revision: 12099

URL: http://svn.gna.org/viewcvs/relax?rev=12099&view=rev
Log:
Deleted the ExtendedException class as it was doing nothing.


Modified:
    1.3/test_suite/unit_tests/unit_test_runner.py

Modified: 1.3/test_suite/unit_tests/unit_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/unit_test_runner.py?rev=12099&r1=12098&r2=12099&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/unit_test_runner.py (original)
+++ 1.3/test_suite/unit_tests/unit_test_runner.py Mon Jan  3 20:34:42 2011
@@ -234,17 +234,6 @@
 
     return result
 
-
-class ExtendedException(Exception):
-    def __init__(self, e, module):
-        self.e=e
-        self.module=module
-
-
-    def __str__(self):
-        result = self.e.__str__()
-        result = result + '\n\n***WARNING: no tests from module %s will be 
run!!!' % self.module
-        return result
 
 
 class ImportErrorTestCase(unittest.TestCase):




Related Messages


Powered by MHonArc, Updated Mon Jan 03 21:20:02 2011