Skip to content

Commit 986ec36

Browse files
committed
fix typo
1 parent 2606faa commit 986ec36

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Flow.Launcher.Test/Plugins/ExplorerTest.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,18 @@ public void GivenQuery_WhenActionKeywordForFileContentSearchExists_ThenFileConte
186186
$"Actual result was: {result}{Environment.NewLine}");
187187
}
188188

189-
//[TestCase(@"c:\\", false)]
190-
//[TestCase(@"i:\", true)]
191-
//[TestCase(@"\c:\", false)]
192-
//[TestCase(@"cc:\", false)]
193-
//[TestCase(@"\\\SomeNetworkLocation\", false)]
194-
//[TestCase(@"\\SomeNetworkLocation\", true)]
195-
//[TestCase("RandomFile", false)]
196-
//[TestCase(@"c:\>*", true)]
197-
//[TestCase(@"c:\>", true)]
198-
//[TestCase(@"c:\SomeLocation\SomeOtherLocation\>", true)]
199-
//[TestCase(@"c:\SomeLocation\SomeOtherLocation", true)]
200-
//[TestCase(@"c:\SomeLocation\SomeOtherLocation\SomeFile.exe", true)]
189+
[TestCase(@"c:\\", false)]
190+
[TestCase(@"i:\", true)]
191+
[TestCase(@"\c:\", false)]
192+
[TestCase(@"cc:\", false)]
193+
[TestCase(@"\\\SomeNetworkLocation\", false)]
194+
[TestCase(@"\\SomeNetworkLocation\", true)]
195+
[TestCase("RandomFile", false)]
196+
[TestCase(@"c:\>*", true)]
197+
[TestCase(@"c:\>", true)]
198+
[TestCase(@"c:\SomeLocation\SomeOtherLocation\>", true)]
199+
[TestCase(@"c:\SomeLocation\SomeOtherLocation", true)]
200+
[TestCase(@"c:\SomeLocation\SomeOtherLocation\SomeFile.exe", true)]
201201
[TestCase(@"\\SomeNetworkLocation\SomeFile.exe", true)]
202202

203203
public void WhenGivenQuerySearchString_ThenShouldIndicateIfIsLocationPathString(string querySearchString, bool expectedResult)

0 commit comments

Comments
 (0)