mailr9042 - /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 May 09, 2009 - 18:10:
Author: bugman
Date: Sat May  9 18:10:07 2009
New Revision: 9042

URL: http://svn.gna.org/viewcvs/relax?rev=9042&view=rev
Log:
Bug fix for the test_opt_constr_newton_gmw_mt_S2_0_970_te_2048_Rex_0_149() 
system test.

This is solely for Python 2.6.


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=9042&r1=9041&r2=9042&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Sat May  9 18:10:07 2009
@@ -594,6 +594,9 @@
         if SYSTEM == 'Linux' and ARCH[0] == '64bit':
             f_count = 91
             g_count = 91
+            if search('^2.6', PY_VER):
+                f_count = 153
+                g_count = 153
         elif SYSTEM == 'Windows' and ARCH[0] == '32bit':
             f_count = 165
             g_count = 165




Related Messages


Powered by MHonArc, Updated Sat May 09 18:40:03 2009