author | jonas |
Tue, 03 Mar 2009 15:24:57 +0000 | |
changeset 3130 | 0770d19dc052 |
parent 3129 | 171184fe71d2 |
child 3131 | 0f15fabe9d8d |
--- a/tests/test_platypus_general.py Tue Mar 03 15:22:29 2009 +0000 +++ b/tests/test_platypus_general.py Tue Mar 03 15:24:57 2009 +0000 @@ -443,8 +443,8 @@ ('Quarter 1',100,200,300,400), ('Quarter 2',100,200,300,400), ('Total',200,400,600,800)), - (7200,360,360,360,360), - (24000000000000000000000, 16,16,18) + (72,36,36,36,36), + (24, 16,16,18) ) style = platypus.TableStyle([('ALIGN', (1,1), (-1,-1), 'RIGHT'), ('ALIGN', (0,0), (-1,0), 'CENTRE'),