sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
53 stars 16 forks source link

Syntax error in ZCL_AJSON in 7.02 #133

Closed schneidermic0 closed 2 years ago

schneidermic0 commented 2 years 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 2 years ago

I will provide a pull request to fix the issue.