Move CloseMatterControl responsiblity outside of TestMethod

- Behavior is now invoked in parent RunTest call
This commit is contained in:
John Lewin 2016-10-19 12:06:31 -07:00
parent 28699c9197
commit 4d3f5d2521
15 changed files with 6 additions and 128 deletions

View file

@ -54,8 +54,6 @@ namespace MatterHackers.MatterControl.Tests.Automation
Console.WriteLine(gcodeExportPath);
testRunner.AddTestResult(File.Exists(gcodeExportPath) == true);
MatterControlUtilities.CloseMatterControl(testRunner);
};
AutomationRunner testHarness = MatterControlUtilities.RunTest(testToRun);