mailr4339 - /1.3/test_suite/system_tests/main.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:10:
Author: bugman
Date: Sat Jan  5 17:10:10 2008
New Revision: 4339

URL: http://svn.gna.org/viewcvs/relax?rev=4339&view=rev
Log:
Removed the pipe creation test from the old system/functional test framework.


Modified:
    1.3/test_suite/system_tests/main.py

Modified: 1.3/test_suite/system_tests/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/main.py?rev=4339&r1=4338&r2=4339&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/main.py (original)
+++ 1.3/test_suite/system_tests/main.py Sat Jan  5 17:10:10 2008
@@ -35,7 +35,6 @@
 from model_free import Mf
 from model_selection import Modsel
 from relax_fit import Relax_fit
-from pipe_create import Pipe_create
 from sequence import Sequence
 
 
@@ -60,22 +59,6 @@
 
         # Heading.
         heading("The relax test suite")
-
-
-        # Data pipe tests.
-        ##################
-
-        # Heading.
-        heading("The data pipe tests")
-
-        # Initialise the array containing each test element.
-        self.pipe_test_array = []
-
-        # User function pipe.create() test.
-        self.pipe_test_array.append(Pipe_create(self.relax))
-
-        # Execute the tests.
-        self.exec_tests(self.pipe_test_array)
 
 
         # Sequence tests.
@@ -286,21 +269,6 @@
         global_pass = 1
 
 
-        # Data pipe tests.
-        ##################
-
-        # Heading.
-        sys.stdout.write("\nThe data pipe tests:\n")
-
-        # Loop over the tests.
-        for test in self.pipe_test_array:
-            # Synopsis.
-            global_pass = global_pass and test.passed
-
-            # Print the summary line.
-            summary_line(test.name, test.passed)
-
-
         # Sequence tests.
         #################
 




Related Messages


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