From bb0591f12eb9df7257c6bb454910927ca13791e9 Mon Sep 17 00:00:00 2001 From: Mike Pokraka Date: Fri, 12 Mar 2021 06:02:25 +0000 Subject: [PATCH] Update unit test to match changed message (#4631) --- src/objects/core/zcl_abapgit_serialize.clas.testclasses.abap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/objects/core/zcl_abapgit_serialize.clas.testclasses.abap b/src/objects/core/zcl_abapgit_serialize.clas.testclasses.abap index a9d0972d2..983fbf83b 100644 --- a/src/objects/core/zcl_abapgit_serialize.clas.testclasses.abap +++ b/src/objects/core/zcl_abapgit_serialize.clas.testclasses.abap @@ -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.