Adjust transport unit test

This commit is contained in:
Fabian Lupa 2018-03-17 12:52:52 +01:00
parent eac56ae802
commit 422d158307

View File

@ -342,7 +342,7 @@ CLASS ltcl_transport_objects IMPLEMENTATION.
cl_abap_unit_assert=>fail( 'Should have raised exception').
CATCH zcx_abapgit_exception INTO lx_exception.
cl_abap_unit_assert=>assert_equals(
act = lx_exception->text
act = lx_exception->get_text( )
exp = with_text ).
ENDTRY.
ENDMETHOD.