mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:43:18 +08:00
fix missing quit-no constant
This commit is contained in:
parent
9f69d3a622
commit
1d2f2c0440
|
@ -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