Skip to content

Commit 07fa228

Browse files
authored
unit test fix for renaming (abap2UI5#1858)
1 parent 75bf551 commit 07fa228

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/00/03/z2ui5_cl_util.clas.testclasses.abap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,6 @@ CLASS ltcl_unit_test IMPLEMENTATION.
285285

286286
METHOD test_rtti_get_classname_by_ref.
287287

288-
DATA(lo_test) = NEW z2ui5_cl_util( ).
289-
DATA(lv_name) = z2ui5_cl_util=>rtti_get_classname_by_ref( lo_test ).
290-
cl_abap_unit_assert=>assert_equals( exp = `Z2UI5_CL_UTIL`
291-
act = lv_name ).
292-
293288
DATA(lo_test2) = NEW ltcl_test_app( ).
294289
DATA(lv_name2) = z2ui5_cl_util=>rtti_get_classname_by_ref( lo_test2 ).
295290
cl_abap_unit_assert=>assert_equals( exp = `LTCL_TEST_APP`

0 commit comments

Comments
 (0)