From 5b3ea08b3946166b55ea708a06905044683a3088 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 4 Nov 2015 01:05:03 +0000 Subject: [PATCH] Ignore query test Current query is tightly integrated with GUI, can't be tested. --- Wox.Test/QueryTest.cs | 2 ++ Wox.sln | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Wox.Test/QueryTest.cs b/Wox.Test/QueryTest.cs index fbe282b97b..b7a0917ef5 100644 --- a/Wox.Test/QueryTest.cs +++ b/Wox.Test/QueryTest.cs @@ -7,6 +7,7 @@ namespace Wox.Test public class QueryTest { [Test] + [Ignore("Current query is tightly integrated with GUI, can't be tested.")] public void ExclusivePluginQueryTest() { Query q = PluginManager.QueryInit("> file.txt file2 file3"); @@ -18,6 +19,7 @@ namespace Wox.Test } [Test] + [Ignore("Current query is tightly integrated with GUI, can't be tested.")] public void GenericPluginQueryTest() { Query q = PluginManager.QueryInit("file.txt file2 file3"); diff --git a/Wox.sln b/Wox.sln index be596ffe19..d50b7e3b37 100644 --- a/Wox.sln +++ b/Wox.sln @@ -4,6 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wox.Test", "Wox.Test\Wox.Test.csproj", "{FF742965-9A80-41A5-B042-D6C7D3A21708}" + ProjectSection(ProjectDependencies) = postProject + {DB90F671-D861-46BB-93A3-F1304F5BA1C5} = {DB90F671-D861-46BB-93A3-F1304F5BA1C5} + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wox.Plugin", "Wox.Plugin\Wox.Plugin.csproj", "{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}" EndProject @@ -16,7 +19,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wox", "Wox\Wox.csproj", "{D {1EE20B48-82FB-48A2-8086-675D6DDAB4F0} = {1EE20B48-82FB-48A2-8086-675D6DDAB4F0} {0B9DE348-9361-4940-ADB6-F5953BFFCCEC} = {0B9DE348-9361-4940-ADB6-F5953BFFCCEC} {FDB3555B-58EF-4AE6-B5F1-904719637AB4} = {FDB3555B-58EF-4AE6-B5F1-904719637AB4} - {FF742965-9A80-41A5-B042-D6C7D3A21708} = {FF742965-9A80-41A5-B042-D6C7D3A21708} {59BD9891-3837-438A-958D-ADC7F91F6F7E} = {59BD9891-3837-438A-958D-ADC7F91F6F7E} {C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0} = {C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0} {787B8AA6-CA93-4C84-96FE-DF31110AD1C4} = {787B8AA6-CA93-4C84-96FE-DF31110AD1C4}