diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-26 01:32:32 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-26 01:36:57 +0100 |
commit | 80eecd4677c5a1b61be1a34eea4bbecdc7e95e80 (patch) | |
tree | c70d77c824565e302ac149811a0459f12ffd03d8 | |
parent | 3dbb89e5a39e7811d2fc0c1fbad012c3d565396b (diff) |
switch subsequenttest testdocs from sdc to ods, fdo#43376
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java | 6 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java | 6 | ||||
-rw-r--r-- | sc/qa/unoapi/sc.sce | 4 | ||||
-rw-r--r-- | sc/qa/unoapi/testdocuments/ScDDELinksObj.ods | bin | 0 -> 7812 bytes | |||
-rw-r--r-- | sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc | bin | 17408 -> 0 bytes |
5 files changed, 8 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java index a1f3dfb433f4..fe67abcebe94 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java @@ -58,7 +58,7 @@ import com.sun.star.uno.XInterface; * </ul> * The following files used by this test : * <ul> -* <li><b> ScDDELinksObj.sdc </b> : the predefined testdocument </li> +* <li><b> ScDDELinksObj.ods </b> : the predefined testdocument </li> * </ul> <p> * @see com.sun.star.sheet.DDELink * @see com.sun.star.container.XNamed @@ -145,7 +145,7 @@ public class ScDDELinkObj extends TestCase { XMultiServiceFactory oMSF = (XMultiServiceFactory)Param.getMSF(); // load the predefined testdocument - String testdoc = util.utils.getFullTestURL("ScDDELinksObj.sdc"); + String testdoc = util.utils.getFullTestURL("ScDDELinksObj.ods"); try { oDoc = SOfficeFactory.getFactory(oMSF).loadDocument(testdoc); } catch (com.sun.star.lang.IllegalArgumentException e) { @@ -183,7 +183,7 @@ public class ScDDELinkObj extends TestCase { log.println("filling some cells"); String sAppl = "soffice"; String sItem = "Sheet1.A1"; - testdoc = util.utils.getFullTestDocName("ScDDELinksObj.sdc"); + testdoc = util.utils.getFullTestDocName("ScDDELinksObj.ods"); try { oSheet.getCellByPosition(5, 5).setFormula( "=DDE(\""+ sAppl +"\";\""+testdoc+"\";\""+ sItem +"\""); diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java index fbcb724c27fd..d37579ccd26f 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java @@ -58,7 +58,7 @@ import com.sun.star.uno.XInterface; * </ul> * The following files used by this test : * <ul> -* <li><b> ScDDELinksObj.sdc </b> : the predefined testdocument </li> +* <li><b> ScDDELinksObj.ods </b> : the predefined testdocument </li> * </ul> <p> * @see com.sun.star.sheet.DDELinks * @see com.sun.star.container.XNameAccess @@ -124,7 +124,7 @@ public class ScDDELinksObj extends TestCase { XMultiServiceFactory oMSF = (XMultiServiceFactory)Param.getMSF(); // load the predefined testdocument - String testdoc = utils.getFullTestURL("ScDDELinksObj.sdc"); + String testdoc = utils.getFullTestURL("ScDDELinksObj.ods"); try { oDoc = SOfficeFactory.getFactory(oMSF).loadDocument(testdoc); } catch (com.sun.star.lang.IllegalArgumentException e) { @@ -159,7 +159,7 @@ public class ScDDELinksObj extends TestCase { throw new StatusException("Couldn't get a spreadsheet", e); } - testdoc = utils.getFullTestDocName("ScDDELinksObj.sdc"); + testdoc = utils.getFullTestDocName("ScDDELinksObj.ods"); log.println("filling some cells"); try { oSheet.getCellByPosition(5, 5).setFormula( diff --git a/sc/qa/unoapi/sc.sce b/sc/qa/unoapi/sc.sce index dabb97abe468..1a38b3af0cc9 100644 --- a/sc/qa/unoapi/sc.sce +++ b/sc/qa/unoapi/sc.sce @@ -37,8 +37,8 @@ -o sc.ScChartObj -o sc.ScChartsObj -o sc.ScConsolidationDescriptor -# fdo43376 -o sc.ScDDELinkObj -# fdo43376 -o sc.ScDDELinksObj +-o sc.ScDDELinkObj +-o sc.ScDDELinksObj -o sc.ScDataPilotFieldGroupItemObj -o sc.ScDataPilotFieldGroupObj -o sc.ScDataPilotFieldGroupsObj diff --git a/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods b/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods Binary files differnew file mode 100644 index 000000000000..01c11e339a68 --- /dev/null +++ b/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods diff --git a/sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc b/sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc Binary files differdeleted file mode 100644 index 1abdbf4609e1..000000000000 --- a/sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc +++ /dev/null |