mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
remove NO_HANDLER pseudo comments when handlers exist (#3846)
* remove NO_HANDLER pseudo comments when handlers exist * Update zcl_abapgit_url.clas.testclasses.abap
This commit is contained in:
parent
b14a633a96
commit
1668a95b53
|
@ -105,7 +105,7 @@ CLASS ltcl_test IMPLEMENTATION.
|
||||||
|
|
||||||
TRY.
|
TRY.
|
||||||
zcl_abapgit_url=>validate( 'http://github.com/larshp/Foobar.git' ).
|
zcl_abapgit_url=>validate( 'http://github.com/larshp/Foobar.git' ).
|
||||||
CATCH zcx_abapgit_exception. "#EC NO_HANDLER
|
CATCH zcx_abapgit_exception.
|
||||||
cl_abap_unit_assert=>fail( ).
|
cl_abap_unit_assert=>fail( ).
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ CLASS ltcl_test IMPLEMENTATION.
|
||||||
|
|
||||||
TRY.
|
TRY.
|
||||||
zcl_abapgit_url=>validate( 'https://github.com/larshp/Foobar.git' ).
|
zcl_abapgit_url=>validate( 'https://github.com/larshp/Foobar.git' ).
|
||||||
CATCH zcx_abapgit_exception. "#EC NO_HANDLER
|
CATCH zcx_abapgit_exception.
|
||||||
cl_abap_unit_assert=>fail( ).
|
cl_abap_unit_assert=>fail( ).
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user