Author: bugman
Date: Sun Sep 14 11:54:58 2014
New Revision: 25817

URL: http://svn.gna.org/viewcvs/relax?rev=25817&view=rev
Log:
Created the Frame_order.test_num_int_pts2 system test.

This checks the operation of the frame_order.num_int_pts user function when 
only the model has been
chosen.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=25817&r1=25816&r2=25817&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Sun Sep 
14 11:54:58 2014
@@ -1331,6 +1331,19 @@
         self.interpreter.frame_order.num_int_pts(200)
 
 
+    def test_num_int_pts2(self):
+        """Check the operation of the frame_order.num_int_pts user function 
with just the model specified."""
+
+        # Create a data pipe.
+        self.interpreter.pipe.create('test', 'frame order')
+
+        # Set the model.
+        self.interpreter.frame_order.select_model('iso cone')
+
+        # Set a number of points.
+        self.interpreter.frame_order.num_int_pts(200)
+
+
     def fixme_test_opendx_map(self):
         """Test the mapping of the Euler angle parameters for OpenDx 
viewing."""
 


_______________________________________________
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

Reply via email to