Add PrintLibraryItem test, suppress Process.Kill exceptions
This commit is contained in:
parent
ee7619dd77
commit
153686968f
2 changed files with 45 additions and 1 deletions
|
|
@ -161,7 +161,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
{
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
this.Kill();
|
||||
try
|
||||
{
|
||||
this.Kill();
|
||||
}
|
||||
catch { }
|
||||
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue