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')


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to