We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c0b45 commit 2845775Copy full SHA for 2845775
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