mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Update unit test to match changed message (#4631)
This commit is contained in:
parent
71c4849ae5
commit
bb0591f12e
|
@ -123,11 +123,11 @@ CLASS ltcl_serialize IMPLEMENTATION.
|
|||
|
||||
cl_abap_unit_assert=>assert_char_cp(
|
||||
act = zcl_abapgit_log_viewer=>to_html( li_log1 )->render( )
|
||||
exp = '*Object type ignored, not supported*' ).
|
||||
exp = '*Object type ABCD not supported*' ).
|
||||
|
||||
cl_abap_unit_assert=>assert_char_cp(
|
||||
act = zcl_abapgit_log_viewer=>to_html( li_log2 )->render( )
|
||||
exp = '*Object type ignored, not supported*' ).
|
||||
exp = '*Object type ABCD not supported*' ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user