Kaydet (Commit) 5bd82e6c authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Markus Mohrhard

prevent hanging junit tests

üst bd6187ae
...@@ -75,9 +75,7 @@ public class ScUniqueCellFormatsEnumeration extends TestCase { ...@@ -75,9 +75,7 @@ public class ScUniqueCellFormatsEnumeration extends TestCase {
* Disposes Spreadsheet document. * Disposes Spreadsheet document.
*/ */
protected void cleanup(TestParameters tParam, PrintWriter log) { protected void cleanup(TestParameters tParam, PrintWriter log) {
//add this lines after synchronisation util.DesktopTools.closeDoc(xSheetDoc);
//log.println(" disposing xSheetDoc ");
//DesktopTools.closeDoc(xSheetDoc);
} }
protected TestEnvironment createTestEnvironment(TestParameters tParam, protected TestEnvironment createTestEnvironment(TestParameters tParam,
......
...@@ -74,9 +74,7 @@ public class ScUniqueCellFormatsObj extends TestCase { ...@@ -74,9 +74,7 @@ public class ScUniqueCellFormatsObj extends TestCase {
* Disposes Spreadsheet document. * Disposes Spreadsheet document.
*/ */
protected void cleanup(TestParameters tParam, PrintWriter log) { protected void cleanup(TestParameters tParam, PrintWriter log) {
//add this lines after synchronisation util.DesktopTools.closeDoc(xSheetDoc);
//log.println(" disposing xSheetDoc ");
//DesktopTools.closeDoc(xSheetDoc);
} }
protected TestEnvironment createTestEnvironment(TestParameters tParam, protected TestEnvironment createTestEnvironment(TestParameters tParam,
......
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