Author: bugman
Date: Fri Jan  4 17:45:21 2008
New Revision: 4329

URL: http://svn.gna.org/viewcvs/relax?rev=4329&view=rev
Log:
Restored the run() method accidentally renamed to run2() in the last commit.


Modified:
    1.3/test_suite/relax_test_runner.py

Modified: 1.3/test_suite/relax_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/relax_test_runner.py?rev=4329&r1=4328&r2=4329&view=diff
==============================================================================
--- 1.3/test_suite/relax_test_runner.py (original)
+++ 1.3/test_suite/relax_test_runner.py Fri Jan  4 17:45:21 2008
@@ -74,7 +74,7 @@
         return _RelaxTestResult(self.stream, self.descriptions, self.verbosity)
 
 
-    def run2(self, test):
+    def run(self, test):
         """Override of the TextTestRunner.run() method."""
 
         # Execute the normal run method.


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to