Author: bugman
Date: Sat Jan  5 18:04:53 2008
New Revision: 4348

URL: http://svn.gna.org/viewcvs/relax?rev=4348&view=rev
Log:
System_test_runner.run() is no longer called with the runner argument.


Modified:
    1.3/test_suite/runner.py

Modified: 1.3/test_suite/runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/runner.py?rev=4348&r1=4347&r2=4348&view=diff
==============================================================================
--- 1.3/test_suite/runner.py (original)
+++ 1.3/test_suite/runner.py Sat Jan  5 18:04:53 2008
@@ -55,7 +55,7 @@
 
         # Execute the system/functional tests.
         system_runner = System_test_runner(self.relax)
-        system_result = system_runner.run(runner=RelaxTestRunner())
+        system_result = system_runner.run()
 
         # Execute the unit tests.
         unit_runner = Unit_test_runner(root_path='test_suite/unit_tests')


_______________________________________________
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