mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
move unit test to master branch
This commit is contained in:
parent
b46f675fc9
commit
a367ab945b
|
@ -16892,7 +16892,7 @@ CLASS ltcl_dangerous IMPLEMENTATION.
|
||||||
|
|
||||||
lo_repo = lcl_repo_srv=>new_online(
|
lo_repo = lcl_repo_srv=>new_online(
|
||||||
iv_url = 'https://github.com/larshp/abapGit-Unit-Test.git'
|
iv_url = 'https://github.com/larshp/abapGit-Unit-Test.git'
|
||||||
iv_branch_name = 'refs/heads/next-gen-xml'
|
iv_branch_name = 'refs/heads/master'
|
||||||
iv_package = c_package ).
|
iv_package = c_package ).
|
||||||
lo_repo->status( ).
|
lo_repo->status( ).
|
||||||
lo_repo->deserialize( ).
|
lo_repo->deserialize( ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user