Skip to content

Commit c7d3585

Browse files
authored
Merge pull request #33 from SchwarzIT/31-replace-cl_aunit_assert-with-cl_abap_unit_assert
Issue #31 - Replace CL_AUNIT_ASSERT
2 parents 7f09f5d + 2845775 commit c7d3585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/#usi#bal_data_containers/#usi#cl_bal_dc_callstack.clas.testclasses.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ CLASS lcl_unit_tests_serialization IMPLEMENTATION.
3131
" serialize
3232
DATA(input) = get_callstack( ).
3333
TRY.
34-
DATA(serialized_data_container) = NEW /usi/cl_bal_dc_callstack( input )->/usi/if_bal_data_container~serialize( ).
34+
DATA(serialized_data_container) =
35+
NEW /usi/cl_bal_dc_callstack( input )->/usi/if_bal_data_container~serialize( ).
3536
CATCH /usi/cx_bal_root INTO DATA(unexpected_exception).
3637
/usi/cl_bal_aunit_exception=>fail_on_unexpected_exception( unexpected_exception ).
3738
ENDTRY.

0 commit comments

Comments
 (0)