mailr16712 - /branches/uf_redesign/test_suite/system_tests/scripts/bmrb_rw.py


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

Header


Content

Posted by edward on June 06, 2012 - 19:14:
Author: bugman
Date: Wed Jun  6 19:14:25 2012
New Revision: 16712

URL: http://svn.gna.org/viewcvs/relax?rev=16712&view=rev
Log:
The spin.name and spin.element user functions in the BMRB system and GUI 
tests now use the force flag.

The flag is set to False.  This is to try to replicate the old behaviour of 
the test and to allow it
to pass again.


Modified:
    branches/uf_redesign/test_suite/system_tests/scripts/bmrb_rw.py

Modified: branches/uf_redesign/test_suite/system_tests/scripts/bmrb_rw.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/system_tests/scripts/bmrb_rw.py?rev=16712&r1=16711&r2=16712&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ branches/uf_redesign/test_suite/system_tests/scripts/bmrb_rw.py Wed Jun  
6 19:14:25 2012
@@ -28,8 +28,8 @@
 self._execute_uf(uf_name='select.spin', spin_id=':9')
 self._execute_uf(uf_name='select.spin', spin_id=':10')
 self._execute_uf(uf_name='select.spin', spin_id=':11')
-self._execute_uf(uf_name='spin.name', name='N')
-self._execute_uf(uf_name='spin.element', element='N')
+self._execute_uf(uf_name='spin.name', name='N', force=False)
+self._execute_uf(uf_name='spin.element', element='N', force=False)
 self._execute_uf(uf_name='molecule.name', name='OMP')
 self._execute_uf(uf_name='molecule.type', type='protein')
 self._execute_uf(uf_name='bmrb.thiol_state', state='reduced')




Related Messages


Powered by MHonArc, Updated Wed Jun 06 19:40:01 2012