enable after() method again to close the document

This commit is contained in:
Björn Milcke 2003-10-08 10:12:39 +00:00
parent 11ffc0190a
commit 11d7a37dc1

View file

@ -82,7 +82,7 @@ public class TestCaseOldAPI extends ComplexTestCase {
// ____________
public void after_disabled()
public void after()
{
XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface(
XCloseable.class, mxChartModel );