mailr5886 - /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 20, 2008 - 23:59:
Author: bugman
Date: Sun Apr 20 23:59:40 2008
New Revision: 5886

URL: http://svn.gna.org/viewcvs/relax?rev=5886&view=rev
Log:
Fixed the test_atom_loop() unit test.


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=5886&r1=5885&r2=5886&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 Sun 
Apr 20 23:59:40 2008
@@ -196,7 +196,7 @@
             atom_count = atom_count + 1
 
         # Test the number of atoms looped over.
-        self.assertEqual(atom_count, 174)
+        self.assertEqual(atom_count, 150)
 
 
     def test_load_structures(self):




Related Messages


Powered by MHonArc, Updated Mon Apr 21 00:40:27 2008