Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
80eecd46
Kaydet (Commit)
80eecd46
authored
Ock 26, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
switch subsequenttest testdocs from sdc to ods, fdo#43376
üst
3dbb89e5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
ScDDELinkObj.java
qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
+3
-3
ScDDELinksObj.java
qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
+3
-3
sc.sce
sc/qa/unoapi/sc.sce
+2
-2
ScDDELinksObj.ods
sc/qa/unoapi/testdocuments/ScDDELinksObj.ods
+0
-0
ScDDELinksObj.sdc
sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc
+0
-0
No files found.
qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
Dosyayı görüntüle @
80eecd46
...
...
@@ -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
+
"\""
);
...
...
qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
Dosyayı görüntüle @
80eecd46
...
...
@@ -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
(
...
...
sc/qa/unoapi/sc.sce
Dosyayı görüntüle @
80eecd46
...
...
@@ -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
...
...
sc/qa/unoapi/testdocuments/ScDDELinksObj.ods
0 → 100644
Dosyayı görüntüle @
80eecd46
File added
sc/qa/unoapi/testdocuments/ScDDELinksObj.sdc
deleted
100644 → 0
Dosyayı görüntüle @
3dbb89e5
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment