mailr9693 - /branches/bmrb/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 October 09, 2009 - 13:25:
Author: bugman
Date: Fri Oct  9 13:25:31 2009
New Revision: 9693

URL: http://svn.gna.org/viewcvs/relax?rev=9693&view=rev
Log:
Modified the BMRB read/write system test to use the bmrb.read() version arg.

Also reverted the default version number to 3.1.


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

Modified: branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py?rev=9693&r1=9692&r2=9693&view=diff
==============================================================================
--- branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py Fri Oct  9 
13:25:31 2009
@@ -10,7 +10,7 @@
 # Missing temp file (allow this script to run outside of the system test 
framework).
 if not hasattr(ds, 'tmpfile'):
     ds.tmpfile = 'temp_bmrb'
-    ds.version = '3.0'
+    ds.version = '3.1'
 
 # Create the data pipe.
 pipe.create(pipe_name='results', pipe_type='mf')
@@ -33,7 +33,7 @@
 # Write, then read the data to a new data pipe.
 bmrb.write(file=ds.tmpfile, dir=None, version=ds.version, force=True)
 pipe.create(pipe_name='new', pipe_type='mf')
-bmrb.read(file=ds.tmpfile)
+bmrb.read(file=ds.tmpfile, version=ds.version)
 
 # Display tests.
 sequence.display()




Related Messages


Powered by MHonArc, Updated Fri Oct 09 13:40:02 2009