mailr5667 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on April 14, 2008 - 14:20:
Author: bugman
Date: Mon Apr 14 14:20:05 2008
New Revision: 5667

URL: http://svn.gna.org/viewcvs/relax?rev=5667&view=rev
Log:
Catch MS Windows!


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=5667&r1=5666&r2=5667&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Apr 14 14:20:05 2008
@@ -43,6 +43,12 @@
 PROC = platform.processor()
 PY_VER = platform.python_version()
 
+# Windows system name pain.
+if SYSTEM == 'Windows' or SYSTEM == 'Microsoft':
+    # Set the system to 'Windows' no matter what.
+    SYSTEM = 'Windows'
+
+
 
 class Mf(TestCase):
     """TestCase class for the functional tests of model-free analysis."""




Related Messages


Powered by MHonArc, Updated Mon Apr 14 14:40:19 2008