mailr18687 - /trunk/test_suite/unit_tests/_lib/_text/test_table.py


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

Header


Content

Posted by edward on March 07, 2013 - 22:06:
Author: bugman
Date: Thu Mar  7 22:06:07 2013
New Revision: 18687

URL: http://svn.gna.org/viewcvs/relax?rev=18687&view=rev
Log:
Fixes for the unit tests of the lib.text.table.format_table() function.


Modified:
    trunk/test_suite/unit_tests/_lib/_text/test_table.py

Modified: trunk/test_suite/unit_tests/_lib/_text/test_table.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_text/test_table.py?rev=18687&r1=18686&r2=18687&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_text/test_table.py (original)
+++ trunk/test_suite/unit_tests/_lib/_text/test_table.py Thu Mar  7 22:06:07 
2013
@@ -55,7 +55,8 @@
             "  A          2         ",
             "  B          2         ",
             " _____________________ ",
-            "                       "
+            "                       ",
+            ""    # This is because split combined with a final \n character.
         ]
 
         # Printout.
@@ -99,7 +100,8 @@
             "                       ",
             "  B          2         ",
             " _____________________ ",
-            "                       "
+            "                       ",
+            ""    # This is because split combined with a final \n character.
         ]
 
         # Printout.




Related Messages


Powered by MHonArc, Updated Thu Mar 07 22:40:02 2013