Skip to content

Commit

Permalink
appveyortest
Browse files Browse the repository at this point in the history
  • Loading branch information
csware committed Jul 24, 2015
1 parent 9d76d35 commit 9e1a566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/UnitTests/GitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ TEST_P(CBasicGitWithTestRepoFixture, GetBranchList_detachedhead)

output.Empty();
EXPECT_EQ(0, m_Git.Run(_T("git.exe checkout -b (HEAD a9d53b535cb49640a6099860ac4999f5a0857b91"), &output, CP_UTF8));
_wprintf_p(L"\n%s\n\n", (LPCTSTR)output);
EXPECT_FALSE(output.IsEmpty());

branches.clear();
Expand Down

0 comments on commit 9e1a566

Please sign in to comment.