Fix dotnet-test.UnitTests now that ProjectWithTests has moved outside of TestAssets/TestProjects.

This commit is contained in:
Eric Erhardt 2016-04-08 11:35:13 -05:00
parent e5e7ab1e47
commit 5684f9933d
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ namespace Microsoft.Dotnet.Tools.Test.Tests
private static readonly string ProjectJsonPath = Path.Combine( private static readonly string ProjectJsonPath = Path.Combine(
AppContext.BaseDirectory, AppContext.BaseDirectory,
"TestAssets", "TestAssets",
"TestProjects",
"ProjectWithTests", "ProjectWithTests",
"project.json"); "project.json");

View file

@ -28,7 +28,7 @@
} }
}, },
"content": [ "content": [
"../../TestAssets/TestProjects/ProjectWithTests/project.json" "../../TestAssets/ProjectWithTests/project.json"
], ],
"testRunner": "xunit" "testRunner": "xunit"
} }