Author: tlinnet
Date: Fri Sep  5 11:09:51 2014
New Revision: 25665

URL: http://svn.gna.org/viewcvs/relax?rev=25665&view=rev
Log:
Fix for the dependency check for showApod in systemtests.

Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=25665&r1=25664&r2=25665&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Fri Sep  5 11:09:51 2014
@@ -109,7 +109,7 @@
                 status.skipped_tests.append([methodName, 
'scipy.optimize.leastsq module', self._skip_type])
 
         # If not NMRPipe showApod program in PATH.
-        if not dep_check.showApod_module:
+        if not dep_check.showApod_software:
             # The list of tests to skip.
             to_skip = [
                 "test_show_apod_extract",


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

This is the relax-commits mailing list
[email protected]

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