mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
2606faae17
commit
986ec3691e
1 changed files with 12 additions and 12 deletions
|
|
@ -186,18 +186,18 @@ namespace Flow.Launcher.Test.Plugins
|
|||
$"Actual result was: {result}{Environment.NewLine}");
|
||||
}
|
||||
|
||||
//[TestCase(@"c:\\", false)]
|
||||
//[TestCase(@"i:\", true)]
|
||||
//[TestCase(@"\c:\", false)]
|
||||
//[TestCase(@"cc:\", false)]
|
||||
//[TestCase(@"\\\SomeNetworkLocation\", false)]
|
||||
//[TestCase(@"\\SomeNetworkLocation\", true)]
|
||||
//[TestCase("RandomFile", false)]
|
||||
//[TestCase(@"c:\>*", true)]
|
||||
//[TestCase(@"c:\>", true)]
|
||||
//[TestCase(@"c:\SomeLocation\SomeOtherLocation\>", true)]
|
||||
//[TestCase(@"c:\SomeLocation\SomeOtherLocation", true)]
|
||||
//[TestCase(@"c:\SomeLocation\SomeOtherLocation\SomeFile.exe", true)]
|
||||
[TestCase(@"c:\\", false)]
|
||||
[TestCase(@"i:\", true)]
|
||||
[TestCase(@"\c:\", false)]
|
||||
[TestCase(@"cc:\", false)]
|
||||
[TestCase(@"\\\SomeNetworkLocation\", false)]
|
||||
[TestCase(@"\\SomeNetworkLocation\", true)]
|
||||
[TestCase("RandomFile", false)]
|
||||
[TestCase(@"c:\>*", true)]
|
||||
[TestCase(@"c:\>", true)]
|
||||
[TestCase(@"c:\SomeLocation\SomeOtherLocation\>", true)]
|
||||
[TestCase(@"c:\SomeLocation\SomeOtherLocation", true)]
|
||||
[TestCase(@"c:\SomeLocation\SomeOtherLocation\SomeFile.exe", true)]
|
||||
[TestCase(@"\\SomeNetworkLocation\SomeFile.exe", true)]
|
||||
|
||||
public void WhenGivenQuerySearchString_ThenShouldIndicateIfIsLocationPathString(string querySearchString, bool expectedResult)
|
||||
|
|
|
|||
Loading…
Reference in a new issue