mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unittest for httprequest
This commit is contained in:
parent
2b211c2ba0
commit
3f7c1b0750
2 changed files with 0 additions and 22 deletions
|
|
@ -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>
|
||||
<Compile Include="FuzzyMatcherTest.cs" />
|
||||
<Compile Include="Infrastructure\HttpRequestTest.cs" />
|
||||
<Compile Include="QueryTest.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="UrlPluginTest.cs" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue