Created
January 26, 2015 14:15
-
-
Save ryansroberts/d21e096bf4d238efb6e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LibGit2Sharp.Tests.DiffTreeToTreeFixture.CanCompareACommitTreeAgainstATreeWithNoCommonAncestor | |
| /Users/ryanroberts/code/git2prov/lib/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.DiffTreeToTreeFixture.CanCompareTwoVersionsOfAFileWithADiffOfTwoHunks(contextLines: 4, interhunkLines: 1): Assert.Equal() Failure | |
| Position: First difference is at position 11 | |
| Expected: diff --git a/numbers.txt b/numbers.txt | |
| index 7909961..4e935b7 100644 | |
| --- a/numbers.txt | |
| +++ b/numbers.txt | |
| @@ -1,15 +1,17 @@ | |
| 1 | |
| +2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 7.2 | |
| 8 | |
| 9 | |
| 10 | |
| -12 | |
| +11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| +16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment