mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:43:18 +08:00
Update zcl_excel_worksheet.clas.testclasses.abap
This commit is contained in:
parent
16346cae8f
commit
259f3d9183
|
@ -1156,9 +1156,12 @@ CLASS ltc_normalize_column_heading IMPLEMENTATION.
|
|||
iv_default_descr = default_descr
|
||||
it_field_catalog = lt_fc ).
|
||||
|
||||
FIELD-SYMBOLS <ls_fc> TYPE zexcel_s_fieldcatalog.
|
||||
READ TABLE lt_fc_result ASSIGNING <ls_fc> INDEX 1.
|
||||
|
||||
cl_abap_unit_assert=>assert_equals(
|
||||
act = lt_fc_result[ 1 ]-column_name
|
||||
exp = ip_colname_exp
|
||||
act = <ls_fc>-column_name
|
||||
exp = ip_colname_exp
|
||||
quit = if_abap_unit_constant=>quit-no
|
||||
).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user