mailr4344 - /1.3/test_suite/system_tests/test_pipe_create.py


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

Header


Content

Posted by edward on January 05, 2008 - 17:52:
Author: bugman
Date: Sat Jan  5 17:52:24 2008
New Revision: 4344

URL: http://svn.gna.org/viewcvs/relax?rev=4344&view=rev
Log:
Bug fix for the pipe creation system test.

The __init__ function should not be overwritten!  The relax instance must be 
passed in by some other
method.


Modified:
    1.3/test_suite/system_tests/test_pipe_create.py

Modified: 1.3/test_suite/system_tests/test_pipe_create.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/test_pipe_create.py?rev=4344&r1=4343&r2=4344&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/test_pipe_create.py (original)
+++ 1.3/test_suite/system_tests/test_pipe_create.py Sat Jan  5 17:52:24 2008
@@ -27,9 +27,6 @@
 class Test_pipe_create(TestCase):
     """TestCase class for the functional tests of relax data pipes."""
 
-    def __init__(self, relax):
-        self.relax = relax
-
 
     def tearDown(self):
         """Reset the relax data storage object."""




Related Messages


Powered by MHonArc, Updated Sat Jan 05 18:20:15 2008