From af01ed1715b32f5826d83352f5c818707674041c Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 19 Oct 2018 08:51:30 -0700 Subject: [PATCH] Shorten log file names (#1536) --- test/IIS.Shared.FunctionalTests/Properties/AssemblyInfo.cs | 4 ++-- test/IISExpress.FunctionalTests/Properties/AssemblyInfo.cs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/IIS.Shared.FunctionalTests/Properties/AssemblyInfo.cs b/test/IIS.Shared.FunctionalTests/Properties/AssemblyInfo.cs index 9941a6b5a5..b26f48a815 100644 --- a/test/IIS.Shared.FunctionalTests/Properties/AssemblyInfo.cs +++ b/test/IIS.Shared.FunctionalTests/Properties/AssemblyInfo.cs @@ -2,9 +2,9 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests; -using Microsoft.AspNetCore.Testing.xunit; +using Microsoft.Extensions.Logging.Testing; using Xunit; [assembly: CollectionBehavior(DisableTestParallelization = true)] [assembly: RequiresIIS] - +[assembly: ShortClassName] diff --git a/test/IISExpress.FunctionalTests/Properties/AssemblyInfo.cs b/test/IISExpress.FunctionalTests/Properties/AssemblyInfo.cs index a3ad8b187e..b26f48a815 100644 --- a/test/IISExpress.FunctionalTests/Properties/AssemblyInfo.cs +++ b/test/IISExpress.FunctionalTests/Properties/AssemblyInfo.cs @@ -2,7 +2,9 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests; +using Microsoft.Extensions.Logging.Testing; using Xunit; [assembly: CollectionBehavior(DisableTestParallelization = true)] [assembly: RequiresIIS] +[assembly: ShortClassName]