Besides using the old cl_aunit_... classes you also have to use the old pseudo comments for duration and risk level.
"#AU Risk_Level ...
"#AU Duration ...
Or leave those additions simply away.
Going from memory, if you change all cl_abap_unit* classes to cl_aunit* it should be ok. e.g. cl_abap_unit_assert --> cl_aunit_assert
The old 7.0 cl_aunit classes are still around in newer systems, so I imagine if it compiles and runs on 7.2+ it should then also work on 7.0
Add comment