mailr4347 - /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 - 18:03:
Author: bugman
Date: Sat Jan  5 18:03:00 2008
New Revision: 4347

URL: http://svn.gna.org/viewcvs/relax?rev=4347&view=rev
Log:
Fixed the reference to the now non-existent 'pipe' variable.


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=4347&r1=4346&r2=4347&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 18:03:00 2008
@@ -38,4 +38,4 @@
         """Create a data pipe."""
 
         # Create the data pipe.
-        self.relax.interpreter._Pipe.create(pipe, 'mf')
+        self.relax.interpreter._Pipe.create('test', 'mf')




Related Messages


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