Add console debugging to investigate test failures

This commit is contained in:
John Lewin 2016-05-09 16:25:32 -07:00
parent a66a1c19da
commit d684630a50
2 changed files with 3 additions and 1 deletions

View file

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