Merge pull request #1330 from eerhardt/TestProjectMove

Move OutputStandardOutputAndError test project with the other test projects.
This commit is contained in:
Eric Erhardt 2016-02-09 17:48:34 -06:00
commit 199093b09c
5 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ namespace StreamForwarderTests
public class StreamForwarderTests : TestBase
{
private static readonly string s_rid = PlatformServices.Default.Runtime.GetLegacyRestoreRuntimeIdentifier();
private static readonly string s_testProjectRoot = Path.Combine(AppContext.BaseDirectory, "TestProjects");
private static readonly string s_testProjectRoot = Path.Combine(AppContext.BaseDirectory, "TestAssets", "TestProjects");
private TempDirectory _root;

View file

@ -23,7 +23,7 @@
},
"content": [
"../TestProjects/OutputStandardOutputAndError/*"
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*"
],
"testRunner": "xunit"