summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-26 01:32:32 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-26 01:36:57 +0100
commit80eecd4677c5a1b61be1a34eea4bbecdc7e95e80 (patch)
treec70d77c824565e302ac149811a0459f12ffd03d8 /qadevOOo
parent3dbb89e5a39e7811d2fc0c1fbad012c3d565396b (diff)
switch subsequenttest testdocs from sdc to ods, fdo#43376
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java6
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java6
2 files changed, 6 insertions, 6 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(