Adding descriptive cancellation message

This commit is contained in:
EduardoCopat 2016-11-25 14:29:32 +01:00 committed by GitHub
parent f6dcba99ad
commit 4ae7d09743

View File

@ -97,7 +97,7 @@ CLASS lth_critical_tests IMPLEMENTATION.
"These tests may fail if you are locking the entries (e.g. the ZABAPGIT transaction is open)
IF lo_settings->get_run_critical_tests( ) = abap_false.
cl_abap_unit_assert=>fail( 'Cancelled' ).
cl_abap_unit_assert=>fail( 'Cancelled. You can enable these tests at the Settings page' ).
ENDIF.
ENDMETHOD.
@ -2178,4 +2178,4 @@ CLASS ltcl_persistence_settings IMPLEMENTATION.
ENDMETHOD.
ENDCLASS.
ENDCLASS.