fix naming

This commit is contained in:
larshp 2018-12-25 09:10:15 +00:00
parent 08c6ef3dbb
commit f9749776d8

View File

@ -16,7 +16,7 @@ CLASS ltcl_oo_serialize DEFINITION FINAL FOR TESTING
_given_source_is _given_source_is
IMPORTING IMPORTING
i_source TYPE LINE OF zif_abapgit_definitions=>ty_string_tt, iv_source TYPE LINE OF zif_abapgit_definitions=>ty_string_tt,
_given_empty_test_include, _given_empty_test_include,
_when_skip_is_calculated, _when_skip_is_calculated,
_then_should_be_skipped, _then_should_be_skipped,
@ -138,7 +138,7 @@ CLASS ltcl_oo_serialize IMPLEMENTATION.
METHOD _given_source_is. METHOD _given_source_is.
INSERT i_source INTO TABLE mt_source. INSERT iv_source INTO TABLE mt_source.
ENDMETHOD. ENDMETHOD.