Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit e2537e1

Browse files
authored
remove integration test logging (#360)
now that logging.testing has it
1 parent 84b549a commit e2537e1

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

test/IISIntegration.FunctionalTests/HelloWorldTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
1+
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using Microsoft.AspNetCore.Server.IntegrationTesting;
5-
using Microsoft.AspNetCore.Server.IntegrationTesting.xunit;
6-
using Microsoft.AspNetCore.Testing.xunit;
7-
using Microsoft.Extensions.Logging;
84
using System;
95
using System.IO;
106
using System.Threading.Tasks;
7+
using Microsoft.AspNetCore.Server.IntegrationTesting;
8+
using Microsoft.AspNetCore.Testing.xunit;
9+
using Microsoft.Extensions.Logging;
10+
using Microsoft.Extensions.Logging.Testing;
1111
using Xunit;
1212
using Xunit.Abstractions;
1313
using Xunit.Sdk;

test/IISIntegration.FunctionalTests/HttpsTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
1+
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
@@ -9,10 +9,10 @@
99
using Microsoft.AspNetCore.Server.IntegrationTesting;
1010
using Microsoft.AspNetCore.Testing.xunit;
1111
using Microsoft.Extensions.Logging;
12+
using Microsoft.Extensions.Logging.Testing;
1213
using Xunit;
1314
using Xunit.Abstractions;
1415
using Xunit.Sdk;
15-
using Microsoft.AspNetCore.Server.IntegrationTesting.xunit;
1616

1717
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
1818
{

test/IISIntegration.FunctionalTests/NtlmAuthentationTest.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
1+
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
@@ -7,13 +7,12 @@
77
using System.Net.Http;
88
using System.Threading.Tasks;
99
using Microsoft.AspNetCore.Server.IntegrationTesting;
10-
using Microsoft.AspNetCore.Testing;
1110
using Microsoft.AspNetCore.Testing.xunit;
1211
using Microsoft.Extensions.Logging;
12+
using Microsoft.Extensions.Logging.Testing;
1313
using Xunit;
14-
using Xunit.Sdk;
1514
using Xunit.Abstractions;
16-
using Microsoft.AspNetCore.Server.IntegrationTesting.xunit;
15+
using Xunit.Sdk;
1716

1817
namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
1918
{

0 commit comments

Comments
 (0)