mailr3214 - /1.3/test_suite/unit_tests/test_float.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 17, 2007 - 02:56:
Author: bugman
Date: Sat Mar 17 02:55:35 2007
New Revision: 3214

URL: http://svn.gna.org/viewcvs/relax?rev=3214&view=rev
Log:
Removed the 'if __name__ == ...' statements and added a copyright statement 
for Gary.


Modified:
    1.3/test_suite/unit_tests/test_float.py

Modified: 1.3/test_suite/unit_tests/test_float.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/test_float.py?rev=3214&r1=3213&r2=3214&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/test_float.py (original)
+++ 1.3/test_suite/unit_tests/test_float.py Sat Mar 17 02:55:35 2007
@@ -1,3 +1,25 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2006 Gary Thompson                                           
 #
+#                                                                            
 #
+# 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  
 #
+#                                                                            
 #
+###############################################################################
+
 import unittest
 from float  import *
 from copy import copy
@@ -68,9 +90,3 @@
             
         for negative in negatives:
             self.assertEqual(function(negative),False)
-        
-        
-        
-    
-if __name__ == '__main__':
-    unittest.main()




Related Messages


Powered by MHonArc, Updated Sat Mar 17 03:00:07 2007