mailr17979 - /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 - 19:07:
Author: bugman
Date: Wed Nov 14 19:07:06 2012
New Revision: 17979

URL: http://svn.gna.org/viewcvs/relax?rev=17979&view=rev
Log:
Modified the RDC and PCS data copying system test script to check overwriting.

The rdc.copy and pcs.copy user function should support the overwriting of 
existent values.


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=17979&r1=17978&r2=17979&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 19:07:06 2012
@@ -66,3 +66,7 @@
 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')
+
+# Copy the data again (test that data can be overwritten).
+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 Thu Nov 15 09:20:01 2012