Dispose XWindow when done
Change-Id: Ia71b4f1c9963ab3aa52f05dd98e9215d69b5402e
This commit is contained in:
parent
ea860d52ad
commit
63133848be
@ -114,5 +114,14 @@ public class OSQLMessageDialog extends TestCase {
|
|||||||
return tEnv;
|
return tEnv;
|
||||||
} // finish method getTestEnvironment
|
} // finish method getTestEnvironment
|
||||||
|
|
||||||
|
@Override public void disposeTestEnvironment(
|
||||||
|
TestEnvironment tEnv, TestParameters tParam)
|
||||||
|
{
|
||||||
|
UnoRuntime.queryInterface(
|
||||||
|
com.sun.star.lang.XComponent.class,
|
||||||
|
(com.sun.star.awt.XWindow) tEnv.getObjRelation("ERR_XWindow"))
|
||||||
|
.dispose();
|
||||||
|
super.disposeTestEnvironment(tEnv, tParam);
|
||||||
|
}
|
||||||
} // finish class OSQLMessageDialog
|
} // finish class OSQLMessageDialog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user