cl_assert(test_file_contents(GIT_MERGE_MSG_FILE,"Merge branches '"OCTO1_BRANCH"' and '"OCTO3_BRANCH"', remote-tracking branches 'refs/remotes/origin/"OCTO2_BRANCH"' and 'refs/remotes/origin/"OCTO4_BRANCH"'\n"));
cl_assert(test_file_contents(GIT_MERGE_MSG_FILE,"Merge branches '"OCTO1_BRANCH"', '"OCTO2_BRANCH"' and '"OCTO3_BRANCH"' of http://remote.url/repo.git\n"));
cl_assert(test_file_contents(GIT_MERGE_MSG_FILE,"Merge branch '"OCTO1_BRANCH"' of http://remote.first/repo.git, branch '"OCTO2_BRANCH"' of http://remote.second/repo.git, branch '"OCTO3_BRANCH"' of http://remote.third/repo.git\n"));
cl_assert(test_file_contents(GIT_MERGE_MSG_FILE,"Merge branches '"OCTO1_BRANCH"' and '"OCTO3_BRANCH"' of http://remote.first/repo.git, branches '"OCTO2_BRANCH"' and '"OCTO4_BRANCH"' of http://remote.second/repo.git\n"));