Kaydet (Commit) 1ebfa23f authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED

2003/12/17 08:58:50 sw 1.4.18.1: #114449#
üst af558668
......@@ -2,9 +2,9 @@
*
* $RCSfile: SwAccessiblePageView.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $
* last change: $Author: obo $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -231,7 +231,7 @@ public class SwAccessiblePageView extends TestCase {
*/
protected void cleanup( TestParameters Param, PrintWriter log) {
log.println("dispose text document");
xTextDoc.dispose();
util.DesktopTools.closeDoc(xTextDoc);
}
/**
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: SwAccessibleParagraphView.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $
* last change: $Author: obo $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -154,7 +154,7 @@ public class SwAccessibleParagraphView extends TestCase {
*/
protected void cleanup( TestParameters Param, PrintWriter log) {
log.println("dispose text document");
xTextDoc.dispose();
util.DesktopTools.closeDoc(xTextDoc);
}
/**
......
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