mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
Remove unittest for httprequest
This commit is contained in:
@@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -44,7 +44,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="FuzzyMatcherTest.cs" />
|
<Compile Include="FuzzyMatcherTest.cs" />
|
||||||
<Compile Include="Infrastructure\HttpRequestTest.cs" />
|
|
||||||
<Compile Include="QueryTest.cs" />
|
<Compile Include="QueryTest.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="UrlPluginTest.cs" />
|
<Compile Include="UrlPluginTest.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user