Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. LibGit2Sharp.Tests.DiffTreeToTreeFixture.CanCompareACommitTreeAgainstATreeWithNoCommonAncestor
  2. /Users/ryanroberts/code/git2prov/lib/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.DiffTreeToTreeFixture.CanCompareTwoVersionsOfAFileWithADiffOfTwoHunks(contextLines: 4, interhunkLines: 1): Assert.Equal() Failure
  3. Position: First difference is at position 11
  4. Expected: diff --git a/numbers.txt b/numbers.txt
  5. index 7909961..4e935b7 100644
  6. --- a/numbers.txt
  7. +++ b/numbers.txt
  8. @@ -1,15 +1,17 @@
  9. 1
  10. +2
  11. 3
  12. 4
  13. 5
  14. 6
  15. 7
  16. 7.2
  17. 8
  18. 9
  19. 10
  20. -12
  21. +11
  22. 12
  23. 13
  24. 14
  25. 15
  26. +16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement