sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
50 stars 15 forks source link

Syntax error in ZCL_AJSON in 7.02 #133

Closed schneidermic0 closed 1 year ago

schneidermic0 commented 1 year ago

There is a syntax error in the test classes of ZCL_AJSON if you import it in a 7.02 system.

The tests are using CL_ABAP_UNIT=>ASSERT_TRUE( ... ) and CL_ABAP_UNIT=>ASSERT_FALSE( ... ). These methods are not available in release 7.02.

See also abapGit/abapGit#5772

schneidermic0 commented 1 year ago

I will provide a pull request to fix the issue.