8000 Test -> CanResolveConflictsByRemovingFromTheIndex · GiTechLab/libgit2sharp@5151c43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5151c43

Browse files
Edward Thomsonnulltoken
Edward Thomson
authored andcommitted
Test -> CanResolveConflictsByRemovingFromTheIndex
We're not clearing the conflicts, we're resolving them. The difference is that removing from the index means that the items get moved to the REUC. "Clearing" or "removing" (in libgit2 terminology, anyway) means that they are removed without being resolved (or going into the REUC).
1 parent af6ae4e commit 5151c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/ConflictFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static IEnumerable<object[]> ConflictData
4949
* [InlineData(true, "ancestor-only.txt", false, false, FileStatus.Nonexistent, 0)]
5050
* [InlineData(false, "ancestor-only.txt", false, false, FileStatus.Nonexistent, 0)]
5151
*/
52-
public void CanClearConflictsByRemovingFromTheIndex( 50A1
52+
public void CanResolveConflictsByRemovingFromTheIndex(
5353
bool removeFromWorkdir, string filename, bool existsBeforeRemove, bool existsAfterRemove, FileStatus lastStatus, int removedIndexEntries)
5454
{
5555
var path = CloneMergedTestRepo();

0 commit comments

Comments
 (0)
0