mailr5958 - /1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py


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

Header


Content

Posted by edward on April 23, 2008 - 23:18:
Author: bugman
Date: Wed Apr 23 23:14:39 2008
New Revision: 5958

URL: http://svn.gna.org/viewcvs/relax?rev=5958&view=rev
Log:
Fixed a unit test for the Scientific_data.atom_loop() method with the '@163' 
spin selection.

2 unit test functions had the same name, so only one was being run.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py?rev=5958&r1=5957&r2=5958&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py 
(original)
+++ 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py Wed 
Apr 23 23:14:39 2008
@@ -273,7 +273,7 @@
         self.assertEqual(atom_count, 11)
 
 
-    def test_atom_loop_spin_selection1(self):
+    def test_atom_loop_spin_selection2(self):
         """Test the Scientific_data.atom_loop() method with the '@163' spin 
selection."""
 
         # Load the PDB file.




Related Messages


Powered by MHonArc, Updated Wed Apr 23 23:20:13 2008