We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f09f5d + 2845775 commit c7d3585Copy full SHA for c7d3585
src/#usi#bal_data_containers/#usi#cl_bal_dc_callstack.clas.testclasses.abap
@@ -31,7 +31,8 @@ CLASS lcl_unit_tests_serialization IMPLEMENTATION.
31
" serialize
32
DATA(input) = get_callstack( ).
33
TRY.
34
- DATA(serialized_data_container) = NEW /usi/cl_bal_dc_callstack( input )->/usi/if_bal_data_container~serialize( ).
+ DATA(serialized_data_container) =
35
+ NEW /usi/cl_bal_dc_callstack( input )->/usi/if_bal_data_container~serialize( ).
36
CATCH /usi/cx_bal_root INTO DATA(unexpected_exception).
37
/usi/cl_bal_aunit_exception=>fail_on_unexpected_exception( unexpected_exception ).
38
ENDTRY.
0 commit comments