From 32b6204fdae17b1194d74f451f3e822ec65ec885 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 31 May 2016 13:26:39 -0500 Subject: [PATCH] Re-enable tests disabled for crossgen enabling Fix #3269 --- test/dotnet-build.Tests/GivenDotnetBuildBuildsProjects.cs | 2 +- test/dotnet-compile.Tests/CompilerTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dotnet-build.Tests/GivenDotnetBuildBuildsProjects.cs b/test/dotnet-build.Tests/GivenDotnetBuildBuildsProjects.cs index 91a35c852..ea537a75e 100644 --- a/test/dotnet-build.Tests/GivenDotnetBuildBuildsProjects.cs +++ b/test/dotnet-build.Tests/GivenDotnetBuildBuildsProjects.cs @@ -43,7 +43,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests .Pass(); } - //[Fact] https://github.com/dotnet/cli/issues/3269 + [Fact] public void It_builds_projects_with_ruleset_relative_path() { var testInstance = TestAssetsManager diff --git a/test/dotnet-compile.Tests/CompilerTests.cs b/test/dotnet-compile.Tests/CompilerTests.cs index 57e4cf1bd..c2e817dc5 100644 --- a/test/dotnet-compile.Tests/CompilerTests.cs +++ b/test/dotnet-compile.Tests/CompilerTests.cs @@ -72,7 +72,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests Assert.True(File.Exists(generatedSatelliteAssemblyPath), $"File {generatedSatelliteAssemblyPath} was not found."); } - //[Fact] https://github.com/dotnet/cli/issues/3269 + [Fact] public void LibraryWithAnalyzer() { var root = Temp.CreateDirectory();