mailr4349 - /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:06:
Author: bugman
Date: Sat Jan  5 18:06:32 2008
New Revision: 4349

URL: http://svn.gna.org/viewcvs/relax?rev=4349&view=rev
Log:
Added the missing import of the relax data storage object into the pipe 
creation system test.


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=4349&r1=4348&r2=4349&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:06:32 2008
@@ -23,6 +23,8 @@
 # Python module imports.
 from unittest import TestCase
 
+# relax module imports.
+from data import Data as relax_data_store
 
 class Test_pipe_create(TestCase):
     """TestCase class for the functional tests of relax data pipes."""




Related Messages


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