mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
replace quit-no with older name for constant (#1088)
ABAP Unit parameter Quit constant for "no" valid in versions 7.31+ is IF_AUNIT_CONSTANTS=>NO
This commit is contained in:
parent
e0c4fade08
commit
530d9e207a
|
@ -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=>quit-no
|
||||
quit = if_aunit_constants=>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=>quit-no
|
||||
quit = if_aunit_constants=>no
|
||||
).
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user