Skip to content

Commit 49884f4

Browse files
committed
Update DiffToolsTest.cs
1 parent 7277216 commit 49884f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/DiffEngine.Tests/DiffToolsTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static async Task AddToolAndLaunch()
110110

111111
#endregion
112112
}
113-
/**
113+
/*
114114
115115
[Fact]
116116
public Task LaunchSpecificDocxDiff() =>
@@ -178,10 +178,10 @@ public Task LaunchForTextAsync()
178178
var targetFile = Path.Combine(SourceDirectory, "input.target.txtConvention");
179179
return DiffRunner.LaunchForTextAsync(tempFile, targetFile);
180180
}
181-
**/
181+
*/
182182
//todo: re enable tests with fake diff tool.
183183

184-
/**
184+
/*
185185
#if DEBUG
186186
[Fact]
187187
public void ChangeOrder()
@@ -216,7 +216,7 @@ public void TryFindByName()
216216
Assert.NotNull(resolved);
217217
}
218218
#endif
219-
**/
219+
*/
220220
[Fact]
221221
public void TryFindByName_IsCaseInsensitive()
222222
{

0 commit comments

Comments
 (0)