mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
whitespace only (#5747)
This commit is contained in:
@@ -119,6 +119,7 @@ namespace Wox.Test
|
|||||||
{
|
{
|
||||||
Debug.WriteLine("SCORE: " + item.Score.ToString() + ", FoundString: " + item.Title);
|
Debug.WriteLine("SCORE: " + item.Score.ToString() + ", FoundString: " + item.Title);
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.WriteLine("###############################################");
|
Debug.WriteLine("###############################################");
|
||||||
Debug.WriteLine("");
|
Debug.WriteLine("");
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ using Wox.Infrastructure.Exception;
|
|||||||
|
|
||||||
namespace Wox.Test.Plugins
|
namespace Wox.Test.Plugins
|
||||||
{
|
{
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class PluginInitTest
|
public class PluginInitTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,11 +15,9 @@ using Microsoft.Plugin.Indexer.DriveDetection;
|
|||||||
|
|
||||||
namespace Wox.Test.Plugins
|
namespace Wox.Test.Plugins
|
||||||
{
|
{
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class WindowsIndexerTest
|
public class WindowsIndexerTest
|
||||||
{
|
{
|
||||||
|
|
||||||
public WindowsSearchAPI GetWindowsSearchAPI()
|
public WindowsSearchAPI GetWindowsSearchAPI()
|
||||||
{
|
{
|
||||||
var mock = new Mock<ISearch>();
|
var mock = new Mock<ISearch>();
|
||||||
@@ -318,6 +316,5 @@ namespace Wox.Test.Plugins
|
|||||||
// Act & Assert
|
// Act & Assert
|
||||||
return _driveDetection.DisplayWarning();
|
return _driveDetection.DisplayWarning();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ namespace Wox.Test
|
|||||||
{
|
{
|
||||||
var nonGlobalPlugins = new Dictionary<string, PluginPair>
|
var nonGlobalPlugins = new Dictionary<string, PluginPair>
|
||||||
{
|
{
|
||||||
{">", new PluginPair {Metadata = new PluginMetadata {ActionKeywords = new List<string> {">"}}}}
|
{ ">", new PluginPair { Metadata = new PluginMetadata { ActionKeywords = new List<string> { ">" } } } }
|
||||||
};
|
};
|
||||||
|
|
||||||
Query q = QueryBuilder.Build("> file.txt file2 file3", nonGlobalPlugins);
|
Query q = QueryBuilder.Build("> file.txt file2 file3", nonGlobalPlugins);
|
||||||
@@ -30,7 +30,7 @@ namespace Wox.Test
|
|||||||
{
|
{
|
||||||
var nonGlobalPlugins = new Dictionary<string, PluginPair>
|
var nonGlobalPlugins = new Dictionary<string, PluginPair>
|
||||||
{
|
{
|
||||||
{">", new PluginPair {Metadata = new PluginMetadata {ActionKeywords = new List<string> {">"}, Disabled = true}}}
|
{ ">", new PluginPair { Metadata = new PluginMetadata { ActionKeywords = new List<string> { ">" }, Disabled = true } } }
|
||||||
};
|
};
|
||||||
|
|
||||||
Query q = QueryBuilder.Build("> file.txt file2 file3", nonGlobalPlugins);
|
Query q = QueryBuilder.Build("> file.txt file2 file3", nonGlobalPlugins);
|
||||||
|
|||||||
@@ -54,8 +54,6 @@ namespace Wox.Test
|
|||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
Assert.IsTrue(testClass.isFunctionCalled);
|
Assert.IsTrue(testClass.isFunctionCalled);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user