mailr7979 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on November 12, 2008 - 21:00:
Author: bugman
Date: Wed Nov 12 21:00:37 2008
New Revision: 7979

URL: http://svn.gna.org/viewcvs/relax?rev=7979&view=rev
Log:
Fixes for the system test script rename of the previous commits.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=7979&r1=7978&r2=7979&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Wed Nov 12 21:00:37 2008
@@ -143,11 +143,11 @@
             self.assertEqual(str(sub_obj1), str(sub_obj2))
 
 
-    def test_bug_12582(self):
-        """Test catching bug #12582 (https://gna.org/bugs/index.php?12582) 
as submitted by Chris Brosey."""
+    def test_bugs_12582_12591(self):
+        """Test catching bugs #12582 and #12591 as submitted by Chris 
Brosey."""
 
         # Execute the script.
-        self.relax.interpreter.run(script_file=sys.path[-1] + 
'/test_suite/system_tests/scripts/bug_12582.py')
+        self.relax.interpreter.run(script_file=sys.path[-1] + 
'/test_suite/system_tests/scripts/bugs_12582_12591.py')
 
 
     def test_create_m4(self):




Related Messages


Powered by MHonArc, Updated Wed Nov 12 21:20:02 2008