From a367ab945b3e997e37d1ea96fba2b44b1c3a3090 Mon Sep 17 00:00:00 2001 From: larshp Date: Thu, 17 Mar 2016 07:27:22 +0000 Subject: [PATCH] move unit test to master branch --- zabapgit.prog.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabapgit.prog.abap b/zabapgit.prog.abap index 14c9033c1..219541bfd 100644 --- a/zabapgit.prog.abap +++ b/zabapgit.prog.abap @@ -16892,7 +16892,7 @@ CLASS ltcl_dangerous IMPLEMENTATION. lo_repo = lcl_repo_srv=>new_online( 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 ). lo_repo->status( ). lo_repo->deserialize( ).