mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Adjust transport unit test
This commit is contained in:
parent
eac56ae802
commit
422d158307
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user