Closed schneidermic0 closed 2 years ago
There is a syntax error in the test classes of ZCL_AJSON if you import it in a 7.02 system.
ZCL_AJSON
The tests are using CL_ABAP_UNIT=>ASSERT_TRUE( ... ) and CL_ABAP_UNIT=>ASSERT_FALSE( ... ). These methods are not available in release 7.02.
CL_ABAP_UNIT=>ASSERT_TRUE( ... )
CL_ABAP_UNIT=>ASSERT_FALSE( ... )
See also abapGit/abapGit#5772
I will provide a pull request to fix the issue.
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( ... )
andCL_ABAP_UNIT=>ASSERT_FALSE( ... )
. These methods are not available in release 7.02.See also abapGit/abapGit#5772