Revise test output formatting

- Improve layout in NUnit console output
- Remove stacktrace workarounds for NUnit2
This commit is contained in:
John Lewin 2016-09-30 17:54:24 -07:00
parent b33b261098
commit ec9d6c35da
3 changed files with 2 additions and 6 deletions

View file

@ -104,7 +104,7 @@ namespace MatterHackers.MatterControl.DataStorage
/// <param name="path">The new AppData path.</param>
internal void OverrideAppDataLocation(string path)
{
Console.WriteLine(" Overriding ApplicationUserDataPath: " + path);
Console.WriteLine(" Overriding ApplicationUserDataPath: " + path);
// Ensure the target directory exists
Directory.CreateDirectory(path);