Author: bugman
Date: Mon May 7 11:19:55 2012
New Revision: 16032
URL: http://svn.gna.org/viewcvs/relax?rev=16032&view=rev
Log:
Some more keyword arg fixes for the Bmrb.test_bmrb_rw GUI test.
Modified:
branches/uf_redesign/test_suite/gui_tests/bmrb.py
Modified: branches/uf_redesign/test_suite/gui_tests/bmrb.py
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/gui_tests/bmrb.py?rev=16032&r1=16031&r2=16032&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/gui_tests/bmrb.py (original)
+++ branches/uf_redesign/test_suite/gui_tests/bmrb.py Mon May 7 11:19:55 2012
@@ -79,8 +79,8 @@
self.execute_uf(uf_name='relax_data.peak_intensity_type',
ri_id=ri_ids[i], type='height')
# Set up some BMRB information.
- self.execute_uf(uf_name='bmrb.software_select', 'NMRPipe')
- self.execute_uf(uf_name='bmrb.software_select', 'Sparky',
version='3.106')
+ self.execute_uf(uf_name='bmrb.software_select', name='NMRPipe')
+ self.execute_uf(uf_name='bmrb.software_select', name='Sparky',
version='3.106')
self.execute_uf(uf_name='bmrb.citation', cite_id='test',
authors=[["Edward", "d'Auvergne", "E.", "J."], ["Paul", "Gooley", "P.", "R."]],
doi="10.1039/b702202f", pubmed_id="17579774", full_citation="d'Auvergne E. J.,
Gooley P. R. (2007). Set theory formulation of the model-free problem and the
diffusion seeded model-free paradigm. Mol. Biosyst., 3(7), 483-494.",
title="Set theory formulation of the model-free problem and the diffusion
seeded model-free paradigm.", status="published", type="journal",
journal_abbrev="Mol. Biosyst.", journal_full="Molecular Biosystems", volume=3,
issue=7, page_first=483, page_last=498, year=2007)
self.execute_uf(uf_name='bmrb.software', name='X',
url='http://www.nmr-relax.com', vendor_name='me', cite_ids=['test'],
tasks=['procrastinating', 'nothing much', 'wasting time'])
@@ -98,4 +98,4 @@
self.execute_uf(uf_name='relax_data.display', ri_id='R1_800')
# Save the program state.
- self.execute_uf(uf_name='state.save', 'devnull', force=True)
+ self.execute_uf(uf_name='state.save', file='devnull', force=True)
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits