mailr3435 - /1.3/test_suite/unit_tests/generic_fns/test_molecule.py


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

Header


Content

Posted by edward on November 04, 2007 - 19:26:
Author: bugman
Date: Sun Nov  4 19:26:18 2007
New Revision: 3435

URL: http://svn.gna.org/viewcvs/relax?rev=3435&view=rev
Log:
A small change to a generic_fns.molecule.display() unit test.


Modified:
    1.3/test_suite/unit_tests/generic_fns/test_molecule.py

Modified: 1.3/test_suite/unit_tests/generic_fns/test_molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_molecule.py?rev=3435&r1=3434&r2=3435&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_molecule.py (original)
+++ 1.3/test_suite/unit_tests/generic_fns/test_molecule.py Sun Nov  4 
19:26:18 2007
@@ -303,7 +303,7 @@
         # The following should all work without error.
         molecule.display()
         molecule.display('#Old mol')
-        molecule.display('#New mol')
+        molecule.display(mol_id='#New mol')
 
 
     def test_display_fail(self):




Related Messages


Powered by MHonArc, Updated Sun Nov 04 19:40:23 2007