mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Fix zcl_abapgit_serializer
test (#7205)
This commit is contained in:
parent
a4019f38fb
commit
b55791765f
|
@ -278,9 +278,11 @@ CLASS zcl_abapgit_serialize IMPLEMENTATION.
|
||||||
ms_i18n_params-main_language_only = is_local_settings-main_language_only.
|
ms_i18n_params-main_language_only = is_local_settings-main_language_only.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
CREATE OBJECT mo_abap_language_version
|
IF mo_dot_abapgit IS NOT INITIAL.
|
||||||
EXPORTING
|
CREATE OBJECT mo_abap_language_version
|
||||||
io_dot_abapgit = mo_dot_abapgit.
|
EXPORTING
|
||||||
|
io_dot_abapgit = mo_dot_abapgit.
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user