summaryrefslogtreecommitdiff
path: root/chart2/qa
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-10-08 10:12:39 +0000
committerBjörn Milcke <bm@openoffice.org>2003-10-08 10:12:39 +0000
commit11d7a37dc1bebb1b48d5b462d72282dce563ff27 (patch)
tree9b7c5822ff32e1fe80d58929b861f6bfee70c1ab /chart2/qa
parent11ffc0190a208509503ef1b37de24253d59da6ae (diff)
enable after() method again to close the document
Diffstat (limited to 'chart2/qa')
-rw-r--r--chart2/qa/TestCaseOldAPI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java
index 544fcab9926c..50ca7cf43904 100644
--- a/chart2/qa/TestCaseOldAPI.java
+++ b/chart2/qa/TestCaseOldAPI.java
@@ -82,7 +82,7 @@ public class TestCaseOldAPI extends ComplexTestCase {
// ____________
- public void after_disabled()
+ public void after()
{
XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface(
XCloseable.class, mxChartModel );