mailr17698 - /trunk/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 October 04, 2012 - 18:23:
Author: bugman
Date: Thu Oct  4 18:23:16 2012
New Revision: 17698

URL: http://svn.gna.org/viewcvs/relax?rev=17698&view=rev
Log:
The Mf.test_bug_20213_asn_sidechain() system test now uses a temporary 
directory for output.


Modified:
    trunk/test_suite/system_tests/model_free.py

Modified: trunk/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/model_free.py?rev=17698&r1=17697&r2=17698&view=diff
==============================================================================
--- trunk/test_suite/system_tests/model_free.py (original)
+++ trunk/test_suite/system_tests/model_free.py Thu Oct  4 18:23:16 2012
@@ -271,6 +271,9 @@
 
     def test_bug_20213_asn_sidechain(self):
         """Bug #20213 catch, the model selection failure due to the presence 
of Asp and Gln sidechain N spins."""
+
+        # Create a temporary directory for dumping files.
+        ds.tmpdir = mkdtemp()
 
         # Execute the script.
         self.script_exec(status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'bug_20213_asn_sidechain.py')




Related Messages


Powered by MHonArc, Updated Thu Oct 04 18:40:01 2012