mailr10039 - /1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py


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

Header


Content

Posted by edward on December 02, 2009 - 14:18:
Author: bugman
Date: Wed Dec  2 14:18:48 2009
New Revision: 10039

URL: http://svn.gna.org/viewcvs/relax?rev=10039&view=rev
Log:
Fix for the bug_14872_unicode_selection system test.

The system test was creating a pipe called 'mf' in the setUp() method causing 
model selection to
fail.  This pipe is now excluded.


Modified:
    1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py

Modified: 1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py?rev=10039&r1=10038&r2=10039&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py Wed 
Dec  2 14:18:48 2009
@@ -29,4 +29,4 @@
 eliminate()
 
 # Model selection.
-model_selection(method='AIC', modsel_pipe='aic')
+model_selection(method='AIC', modsel_pipe='aic', pipes=pipes)




Related Messages


Powered by MHonArc, Updated Wed Dec 02 14:40:02 2009