Kaydet (Commit) 662471fe authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED

2003/12/18 10:03:04 sw 1.4.18.1: #114449#
üst 3262dd1a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessiblePageShape.java,v $ * $RCSfile: AccessiblePageShape.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2003-09-08 12:35:45 $ * last change:$Date: 2004-01-05 19:43:24 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -110,7 +110,7 @@ public class AccessiblePageShape extends TestCase { ...@@ -110,7 +110,7 @@ public class AccessiblePageShape extends TestCase {
*/ */
protected void cleanup( TestParameters tParam, PrintWriter log ) { protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " ); log.println( " disposing xDrawDoc " );
xDrawDoc.dispose(); util.DesktopTools.closeDoc(xDrawDoc);
} }
protected TestEnvironment createTestEnvironment protected TestEnvironment createTestEnvironment
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessiblePresentationGraphicShape.java,v $ * $RCSfile: AccessiblePresentationGraphicShape.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2003-09-08 12:35:57 $ * last change:$Date: 2004-01-05 19:43:51 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -111,7 +111,7 @@ public class AccessiblePresentationGraphicShape extends TestCase { ...@@ -111,7 +111,7 @@ public class AccessiblePresentationGraphicShape extends TestCase {
*/ */
protected void cleanup( TestParameters tParam, PrintWriter log ) { protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " ); log.println( " disposing xDrawDoc " );
xDoc.dispose(); util.DesktopTools.closeDoc(xDoc);
} }
protected TestEnvironment createTestEnvironment protected TestEnvironment createTestEnvironment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment