Skip to content

Instantly share code, notes, and snippets.

@ryansroberts
Created January 26, 2015 14:15
Show Gist options
  • Save ryansroberts/d21e096bf4d238efb6e9 to your computer and use it in GitHub Desktop.
Save ryansroberts/d21e096bf4d238efb6e9 to your computer and use it in GitHub Desktop.
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