abap2UI5 / abap2UI5

Developing UI5 Apps Purely in ABAP
http://www.abap2UI5.org
MIT License
298 stars 59 forks source link

Syntax error in unit test #200

Closed nomssi closed 1 year ago

nomssi commented 1 year ago

In unit test method TEST_APP_DEEP_DATA( ) of class Z2UI5_CL_HTTP_HANDLER, the field symbol must be defined as

   FIELD-SYMBOLS <row> TYPE REF TO data.

on lower releases, or a syntax error occurs.

larshp commented 1 year ago

guess https://github.com/oblomov-dev/abap2UI5/blob/main/src/z2ui5_cl_http_handler.clas.testclasses.abap#L783

oblomov-dev commented 1 year ago

ah interesting, fixed now:

image