From 3f7c1b0750fc8753b0c9b1a3975d91680ff355b4 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Mon, 22 Dec 2014 19:17:55 +0800 Subject: [PATCH] Remove unittest for httprequest --- Wox.Test/Infrastructure/HttpRequestTest.cs | 21 --------------------- Wox.Test/Wox.Test.csproj | 1 - 2 files changed, 22 deletions(-) delete mode 100644 Wox.Test/Infrastructure/HttpRequestTest.cs 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 @@ -