mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Adding descriptive cancellation message
This commit is contained in:
parent
f6dcba99ad
commit
4ae7d09743
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user