From 5761ddd28475ffd9e9bf3494c04c885a9f4d6d32 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 15 May 2017 14:10:14 -0700 Subject: [PATCH] Upgrade test framework versions --- build/dependencies.props | 4 ++-- test/IISIntegration.FunctionalTests/HelloWorldTest.cs | 4 ++-- test/IISIntegration.FunctionalTests/HttpsTest.cs | 6 +++--- .../IISIntegration.FunctionalTests.csproj | 4 ---- test/IISIntegration.FunctionalTests/NtlmAuthentationTest.cs | 4 ++-- .../Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj | 4 ---- 6 files changed, 9 insertions(+), 17 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 0dc9c73b8c..6d70bcbc72 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -6,7 +6,7 @@ 4.3.0 2.1.0-* $(BundledNETStandardPackageVersion) - 15.0.0 - 2.2.0 + 15.3.0-* + 2.3.0-beta2-* diff --git a/test/IISIntegration.FunctionalTests/HelloWorldTest.cs b/test/IISIntegration.FunctionalTests/HelloWorldTest.cs index e77100521c..6dadb9bae7 100644 --- a/test/IISIntegration.FunctionalTests/HelloWorldTest.cs +++ b/test/IISIntegration.FunctionalTests/HelloWorldTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -29,7 +29,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests return HelloWorld(ServerType.IISExpress, architecture, applicationType); } - public async Task HelloWorld(ServerType serverType, RuntimeArchitecture architecture, ApplicationType applicationType) + private async Task HelloWorld(ServerType serverType, RuntimeArchitecture architecture, ApplicationType applicationType) { var testName = $"HelloWorld_{serverType}_{architecture}"; using (StartLog(out var loggerFactory, testName)) diff --git a/test/IISIntegration.FunctionalTests/HttpsTest.cs b/test/IISIntegration.FunctionalTests/HttpsTest.cs index f20246851f..97864ac0b1 100644 --- a/test/IISIntegration.FunctionalTests/HttpsTest.cs +++ b/test/IISIntegration.FunctionalTests/HttpsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -34,7 +34,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests return HttpsHelloWorld(ServerType.IISExpress, architecture, applicationBaseUrl, applicationType); } - public async Task HttpsHelloWorld(ServerType serverType, RuntimeArchitecture architecture, string applicationBaseUrl, ApplicationType applicationType) + private async Task HttpsHelloWorld(ServerType serverType, RuntimeArchitecture architecture, string applicationBaseUrl, ApplicationType applicationType) { var testName = $"HttpsHelloWorld_{serverType}_{architecture}"; using (StartLog(out var loggerFactory, testName)) @@ -97,7 +97,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests return HttpsHelloWorldCerts(ServerType.IISExpress, architecture, applicationBaseUrl, applicationType, sendClientCert: true); } - public async Task HttpsHelloWorldCerts(ServerType serverType, RuntimeArchitecture architecture, string applicationBaseUrl, ApplicationType applicationType, bool sendClientCert) + private async Task HttpsHelloWorldCerts(ServerType serverType, RuntimeArchitecture architecture, string applicationBaseUrl, ApplicationType applicationType, bool sendClientCert) { var testName = $"HttpsHelloWorldCerts_{serverType}_{architecture}"; using (StartLog(out var loggerFactory, testName)) diff --git a/test/IISIntegration.FunctionalTests/IISIntegration.FunctionalTests.csproj b/test/IISIntegration.FunctionalTests/IISIntegration.FunctionalTests.csproj index a5c1e34cf2..706883db44 100644 --- a/test/IISIntegration.FunctionalTests/IISIntegration.FunctionalTests.csproj +++ b/test/IISIntegration.FunctionalTests/IISIntegration.FunctionalTests.csproj @@ -21,8 +21,4 @@ - - - - diff --git a/test/IISIntegration.FunctionalTests/NtlmAuthentationTest.cs b/test/IISIntegration.FunctionalTests/NtlmAuthentationTest.cs index dfce24a5eb..5144ccc71f 100644 --- a/test/IISIntegration.FunctionalTests/NtlmAuthentationTest.cs +++ b/test/IISIntegration.FunctionalTests/NtlmAuthentationTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -30,7 +30,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests return NtlmAuthentication(ServerType.IISExpress, architecture, applicationType); } - public async Task NtlmAuthentication(ServerType serverType, RuntimeArchitecture architecture, ApplicationType applicationType) + private async Task NtlmAuthentication(ServerType serverType, RuntimeArchitecture architecture, ApplicationType applicationType) { var testName = $"NtlmAuthentication_{serverType}_{architecture}"; using (StartLog(out var loggerFactory, testName)) diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj index ce16269ed5..dc6bf32c48 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj @@ -17,8 +17,4 @@ - - - -