diff options
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java | 4 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java index 1068af55b063..b81a4b56c767 100644 --- a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java +++ b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java @@ -75,9 +75,7 @@ public class ScUniqueCellFormatsEnumeration extends TestCase { * Disposes Spreadsheet document. */ protected void cleanup(TestParameters tParam, PrintWriter log) { - //add this lines after synchronisation - //log.println(" disposing xSheetDoc "); - //DesktopTools.closeDoc(xSheetDoc); + util.DesktopTools.closeDoc(xSheetDoc); } protected TestEnvironment createTestEnvironment(TestParameters tParam, diff --git a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java index e85fcb2bb4c5..5a5920469f55 100644 --- a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java @@ -74,9 +74,7 @@ public class ScUniqueCellFormatsObj extends TestCase { * Disposes Spreadsheet document. */ protected void cleanup(TestParameters tParam, PrintWriter log) { - //add this lines after synchronisation - //log.println(" disposing xSheetDoc "); - //DesktopTools.closeDoc(xSheetDoc); + util.DesktopTools.closeDoc(xSheetDoc); } protected TestEnvironment createTestEnvironment(TestParameters tParam, |