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
bcf7ab3e
Kaydet (Commit)
bcf7ab3e
authored
Ara 18, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix some issues with
214b0c83
Change-Id: Icd3cf90bf617c9c77dcf9cbda705bf348f980fb3
üst
61085083
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
JunitTest_sw_complex.mk
sw/JunitTest_sw_complex.mk
+0
-1
check_cross_references.py
sw/qa/python/check_cross_references.py
+2
-2
No files found.
sw/JunitTest_sw_complex.mk
Dosyayı görüntüle @
bcf7ab3e
...
...
@@ -49,7 +49,6 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.accessibility.AccessibleRelationSet \
complex.checkColor.CheckChangeColor \
complex.writer.CheckBookmarks \
complex.writer.CheckCrossReferences \
complex.writer.CheckTable \
complex.writer.CheckIndexedPropertyValues \
complex.writer.CheckNamedPropertyValues \
...
...
sw/qa/python/check_cross_references.py
Dosyayı görüntüle @
bcf7ab3e
...
...
@@ -75,7 +75,7 @@ class CheckCrossReferences(unittest.TestCase):
def
getFieldProps
(
self
,
xField
):
xProps
=
xField
self
.
assertTrue
(
"Cannot retrieve field properties."
,
xProps
)
self
.
assertTrue
(
xProps
,
"Cannot retrieve field properties."
)
return
xProps
def
checkField
(
self
,
xField
,
xProps
,
nFormat
,
aExpectedFieldResult
):
...
...
@@ -222,7 +222,7 @@ class CheckCrossReferences(unittest.TestCase):
#check inserted reference field
xField
=
xNewField
self
.
assert
True
(
"J"
,
xField
.
getPresentation
(
False
))
#inserted reference field doesn't has correct field result
self
.
assert
Equal
(
"J"
,
xField
.
getPresentation
(
False
))
#inserted reference field doesn't has correct field result
xParaTextRange
.
getStart
()
.
setString
(
"Hallo new bookmark: "
)
self
.
xFieldsRefresh
.
refresh
()
...
...
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