|
|
@ -28,8 +28,10 @@ namespace ICSharpCode.Scripting.Tests.Designer |
|
|
|
[TestFixtureTearDown] |
|
|
|
[TestFixtureTearDown] |
|
|
|
public void TearDownFixture() |
|
|
|
public void TearDownFixture() |
|
|
|
{ |
|
|
|
{ |
|
|
|
form.Dispose(); |
|
|
|
if (form != null) { |
|
|
|
} |
|
|
|
form.Dispose(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Called at the start of SetUpFixture method before anything is setup.
|
|
|
|
/// Called at the start of SetUpFixture method before anything is setup.
|
|
|
|