mailr17973 - /trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py


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

Header


Content

Posted by edward on November 14, 2012 - 17:35:
Author: bugman
Date: Wed Nov 14 17:35:00 2012
New Revision: 17973

URL: http://svn.gna.org/viewcvs/relax?rev=17973&view=rev
Log:
Fix for the RDC and PCS data copying system test script - the sequence is now 
also copied.


Modified:
    trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py

Modified: trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py?rev=17973&r1=17972&r2=17973&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py 
(original)
+++ trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py Wed 
Nov 14 17:35:00 2012
@@ -63,5 +63,6 @@
 self._execute_uf(uf_name='pipe.create', pipe_name='new', pipe_type='N-state')
 
 # Copy the data.
+self._execute_uf(uf_name='sequence.copy', pipe_from='orig', pipe_to='new')
 self._execute_uf(uf_name='rdc.copy', pipe_from='orig', pipe_to='new')
 self._execute_uf(uf_name='pcs.copy', pipe_from='orig', pipe_to='new')




Related Messages


Powered by MHonArc, Updated Wed Nov 14 18:20:01 2012