mailr19934 - /trunk/test_suite/unit_tests/_lib/_software/test_sparky.py


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

Header


Content

Posted by edward on June 07, 2013 - 10:47:
Author: bugman
Date: Fri Jun  7 10:47:36 2013
New Revision: 19934

URL: http://svn.gna.org/viewcvs/relax?rev=19934&view=rev
Log:
Removed a debugging printout which is killing the relax unit tests in Python 
3.


Modified:
    trunk/test_suite/unit_tests/_lib/_software/test_sparky.py

Modified: trunk/test_suite/unit_tests/_lib/_software/test_sparky.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_software/test_sparky.py?rev=19934&r1=19933&r2=19934&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_software/test_sparky.py (original)
+++ trunk/test_suite/unit_tests/_lib/_software/test_sparky.py Fri Jun  7 
10:47:36 2013
@@ -63,7 +63,6 @@
 
         # Check the file data.
         lines = file.readlines()
-        print lines
         self.assertEqual(len(lines), len(file_data))
         for i in range(len(lines)):
             self.assertEqual(lines[i], file_data[i])




Related Messages


Powered by MHonArc, Updated Fri Jun 07 11:00:01 2013