mailr26689 - /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 November 21, 2014 - 13:49:
Author: bugman
Date: Fri Nov 21 13:49:58 2014
New Revision: 26689

URL: http://svn.gna.org/viewcvs/relax?rev=26689&view=rev
Log:
Renamed all of the Frame_order.test_pdb_model_* system tests to be more 
descriptive.


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=26689&r1=26688&r2=26689&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 Fri 
Nov 21 13:49:58 2014
@@ -1610,8 +1610,8 @@
         self.script_exec(status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'opendx_euler_angle_map.py')
 
 
-    def test_pdb_model_iso_cone(self):
-        """Check the PDB file from frame_order.pdb_model for the isotropic 
cone model."""
+    def test_pdb_model_iso_cone_z_axis(self):
+        """Check the frame_order.pdb_model user function PDB file for the 
isotropic cone model along the z-axis."""
 
         # Lengths.
         l = 25.0
@@ -1712,7 +1712,7 @@
 
 
     def test_pdb_model_iso_cone_xz_plane_tilt(self):
-        """Check the PDB file from frame_order.pdb_model for the isotropic 
cone model with a xz-plane tilt."""
+        """Check the frame_order.pdb_model user function PDB file for the 
isotropic cone model with a xz-plane tilt."""
 
         # Lengths.
         l = 45.0
@@ -1813,8 +1813,8 @@
                 index += 1
 
 
-    def test_pdb_model_rotor(self):
-        """Check the PDB file created by the frame_order.pdb_model user 
function for the rotor model."""
+    def test_pdb_model_rotor_z_axis(self):
+        """Check the frame_order.pdb_model user function PDB file for the 
rotor model along the z-axis."""
 
         # Lengths.
         l = 30.0
@@ -1894,8 +1894,8 @@
             index += 1
 
 
-    def test_pdb_model_rotor2(self):
-        """Check the PDB file created by the frame_order.pdb_model user 
function for the rotor model with an offset pivot."""
+    def test_pdb_model_rotor_xz_plane_tilt(self):
+        """Check the frame_order.pdb_model user function PDB file for the 
rotor model with a xz-plane tilt."""
 
         # Create a data pipe.
         self.interpreter.pipe.create(pipe_name='PDB model', pipe_type='frame 
order')




Related Messages


Powered by MHonArc, Updated Fri Nov 21 15:20:02 2014