src/tests/__init__.py: adapt testcases for last commit

pull/110/head
parent d78b2cbdbc
commit e05d2992e0

@ -173,22 +173,16 @@ layout_test_cases = [
(504, 972), (864, 432)), (504, 972), (864, 432)),
(psp, None, None, f_enlarge, 1, (972, 504), (972, 324), # 069 (psp, None, None, f_enlarge, 1, (972, 504), (972, 324), # 069
(972, 504), (972, 486)), (972, 504), (972, 486)),
(psp, None, border, f_into, 0, (504, 972), (180, 60), # 070 (psp, None, border, f_into, 0, None, None, None, None), # 070
(504, 972), (180, 90)), (psp, None, border, f_into, 1, None, None, None, None), # 071
(psp, None, border, f_into, 1, (972, 504), (432, 144), # 071 (psp, None, border, f_fill, 0, (504, 972), (1944, 648), # 072
(972, 504), (360, 180)), (504, 972), (1296, 648)),
(psp, None, border, f_fill, 0, (504, 972), (1296, 432), # 072 (psp, None, border, f_fill, 1, (972, 504), (648, 216), # 073
(504, 972), (864, 432)), (972, 504), (648, 324)),
(psp, None, border, f_fill, 1, (972, 504), (540, 180), # 073 (psp, None, border, f_exact, 0, None, None, None, None), # 074
(972, 504), (432, 216)), (psp, None, border, f_exact, 1, None, None, None, None), # 075
(psp, None, border, f_exact, 0, (504, 972), (180, 432), # 074 (psp, None, border, f_shrink, 0, None, None, None, None), # 076
(504, 972), (180, 432)), (psp, None, border, f_shrink, 1, None, None, None, None), # 077
(psp, None, border, f_exact, 1, (972, 504), (432, 180), # 075
(972, 504), (432, 180)),
(psp, None, border, f_shrink, 0, (504, 972), (180, 60), # 076
(504, 972), (180, 90)),
(psp, None, border, f_shrink, 1, (972, 504), (432, 144), # 077
(972, 504), (360, 180)),
(psp, None, border, f_enlarge, 0, (504, 972), (648, 216), # 078 (psp, None, border, f_enlarge, 0, (504, 972), (648, 216), # 078
(504, 972), (864, 432)), (504, 972), (864, 432)),
(psp, None, border, f_enlarge, 1, (972, 504), (648, 216), # 079 (psp, None, border, f_enlarge, 1, (972, 504), (648, 216), # 079
@ -296,16 +290,22 @@ layout_test_cases = [
(972, 504), (972, 486)), (972, 504), (972, 486)),
(psl, None, None, f_enlarge, 1, (972, 504), (972, 324), # 129 (psl, None, None, f_enlarge, 1, (972, 504), (972, 324), # 129
(972, 504), (972, 486)), (972, 504), (972, 486)),
(psl, None, border, f_into, 0, None, None, None, None), # 130 (psl, None, border, f_into, 0, (972, 504), (432, 144), # 130
(psl, None, border, f_into, 1, None, None, None, None), # 131 (972, 504), (360, 180)),
(psl, None, border, f_fill, 0, (972, 504), (648, 216), # 132 (psl, None, border, f_into, 1, (972, 504), (432, 144), # 131
(972, 504), (648, 324)), (972, 504), (360, 180)),
(psl, None, border, f_fill, 1, (972, 504), (648, 216), # 133 (psl, None, border, f_fill, 0, (972, 504), (540, 180), # 132
(972, 504), (648, 324)), (972, 504), (432, 216)),
(psl, None, border, f_exact, 0, None, None, None, None), # 134 (psl, None, border, f_fill, 1, (972, 504), (540, 180), # 133
(psl, None, border, f_exact, 1, None, None, None, None), # 135 (972, 504), (432, 216)),
(psl, None, border, f_shrink, 0, None, None, None, None), # 136 (psl, None, border, f_exact, 0, (972, 504), (432, 180), # 134
(psl, None, border, f_shrink, 1, None, None, None, None), # 137 (972, 504), (432, 180)),
(psl, None, border, f_exact, 1, (972, 504), (432, 180), # 135
(972, 504), (432, 180)),
(psl, None, border, f_shrink, 0, (972, 504), (432, 144), # 136
(972, 504), (360, 180)),
(psl, None, border, f_shrink, 1, (972, 504), (432, 144), # 137
(972, 504), (360, 180)),
(psl, None, border, f_enlarge, 0, (972, 504), (648, 216), # 138 (psl, None, border, f_enlarge, 0, (972, 504), (648, 216), # 138
(972, 504), (864, 432)), (972, 504), (864, 432)),
(psl, None, border, f_enlarge, 1, (972, 504), (648, 216), # 139 (psl, None, border, f_enlarge, 1, (972, 504), (648, 216), # 139

Loading…
Cancel
Save