mailr18699 - /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 08, 2013 - 14:57:
Author: bugman
Date: Fri Mar  8 14:57:05 2013
New Revision: 18699

URL: http://svn.gna.org/viewcvs/relax?rev=18699&view=rev
Log:
Converted the test_format_table4() unit test of lib.text.table.format_table() 
to check justification.

The right justification of cells with numbers will be implemented to match 
these changes.


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=18699&r1=18698&r2=18699&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_text/test_table.py (original)
+++ trunk/test_suite/unit_tests/_lib/_text/test_table.py Fri Mar  8 14:57:05 
2013
@@ -192,9 +192,9 @@
             "  Column 1   Column 2   Column 3   Column 4       ",
             " ________________________________________________ ",
             "                                                  ",
-            "  A          2          3.456      <type 'list'>  ",
-            "                                                  ",
-            "  B          2          4.567      1e-06          ",
+            "  A                 2      3.456   <type 'list'>  ",
+            "                                                  ",
+            "  B                 2      4.567           1e-06  ",
             " ________________________________________________ ",
             "                                                  ",
             ""    # This is because split combined with a final \n character.




Related Messages


Powered by MHonArc, Updated Fri Mar 08 15:00:02 2013