diff --git a/Wox.Test/Infrastructure/HttpRequestTest.cs b/Wox.Test/Infrastructure/HttpRequestTest.cs deleted file mode 100644 index 1b00162197..0000000000 --- a/Wox.Test/Infrastructure/HttpRequestTest.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using NUnit.Framework; -using Wox.Infrastructure; -using Wox.Infrastructure.Http; - -namespace Wox.Test.Infrastructure -{ - [TestFixture] - public class HttpRequestTest - { - [Test] - public void RequestTest() - { - string results = HttpRequest.Get("https://www.bing.com"); - Assert.IsNotNullOrEmpty(results); - } - } -} diff --git a/Wox.Test/Wox.Test.csproj b/Wox.Test/Wox.Test.csproj index f49e47275e..5d9beedcea 100644 --- a/Wox.Test/Wox.Test.csproj +++ b/Wox.Test/Wox.Test.csproj @@ -44,7 +44,6 @@ -