Kaydet (Commit) 80eecd46 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

switch subsequenttest testdocs from sdc to ods, fdo#43376

üst 3dbb89e5
......@@ -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 +"\"");
......
......@@ -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(
......
......@@ -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
......
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