Move OutputStandardOutputAndError test project with the other test projects.

Partial #1250
This commit is contained in:
Eric Erhardt 2016-02-09 16:51:02 -06:00
parent 5c3bc7f340
commit 10b6191b3e
5 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ namespace StreamForwarderTests
public class StreamForwarderTests : TestBase public class StreamForwarderTests : TestBase
{ {
private static readonly string s_rid = PlatformServices.Default.Runtime.GetLegacyRestoreRuntimeIdentifier(); 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; private TempDirectory _root;

View file

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