mailr25817 - /branches/frame_order_cleanup/test_suite/system_tests/frame_order.py


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

Header


Content

Posted by edward on September 14, 2014 - 11:54:
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."""
 




Related Messages


Powered by MHonArc, Updated Sun Sep 14 12:20:03 2014