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
8955a52e87
commit
2d2f78671a
|
@ -1162,7 +1162,7 @@ CLASS ltc_normalize_column_heading IMPLEMENTATION.
|
|||
cl_abap_unit_assert=>assert_equals(
|
||||
act = <ls_fc>-column_name
|
||||
exp = ip_colname_exp
|
||||
quit = if_aunit_constants=>no
|
||||
quit = if_aunit_constants=>quit-no
|
||||
).
|
||||
|
||||
ENDMETHOD.
|
||||
|
@ -1191,7 +1191,7 @@ CLASS ltc_normalize_column_heading IMPLEMENTATION.
|
|||
cl_abap_unit_assert=>assert_equals(
|
||||
act = lt_colname_act
|
||||
exp = it_colname_exp
|
||||
quit = if_aunit_constants=>no
|
||||
quit = if_aunit_constants=>quit-no
|
||||
).
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user