mailr4341 - in /1.3/test_suite/system_tests: pipe_create.py 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:24:
Author: bugman
Date: Sat Jan  5 17:24:27 2008
New Revision: 4341

URL: http://svn.gna.org/viewcvs/relax?rev=4341&view=rev
Log:
Renamed the pipe creation module to start with 'test_'.


Added:
    1.3/test_suite/system_tests/test_pipe_create.py
      - copied unchanged from r4338, 
1.3/test_suite/system_tests/pipe_create.py
Removed:
    1.3/test_suite/system_tests/pipe_create.py

Removed: 1.3/test_suite/system_tests/pipe_create.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/pipe_create.py?rev=4340&view=auto
==============================================================================
--- 1.3/test_suite/system_tests/pipe_create.py (original)
+++ 1.3/test_suite/system_tests/pipe_create.py (removed)
@@ -1,44 +1,0 @@
-###############################################################################
-#                                                                            
 #
-# Copyright (C) 2006-2008 Edward d'Auvergne                                  
 #
-#                                                                            
 #
-# This file is part of the program relax.                                    
 #
-#                                                                            
 #
-# relax is free software; you can redistribute it and/or modify              
 #
-# it under the terms of the GNU General Public License as published by       
 #
-# the Free Software Foundation; either version 2 of the License, or          
 #
-# (at your option) any later version.                                        
 #
-#                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
-# GNU General Public License for more details.                               
 #
-#                                                                            
 #
-# You should have received a copy of the GNU General Public License          
 #
-# along with relax; if not, write to the Free Software                       
 #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
-#                                                                            
 #
-###############################################################################
-
-# Python module imports.
-from unittest import TestCase
-
-
-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."""
-
-        relax_data_store.__reset__()
-
-
-    def test_pipe_create(self):
-        """Create a data pipe."""
-
-        # Create the data pipe.
-        self.relax.interpreter._Pipe.create(pipe, 'mf')




Related Messages


Powered by MHonArc, Updated Sat Jan 05 17:40:20 2008