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
37e5910c
Kaydet (Commit)
37e5910c
authored
Eyl 13, 2011
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now.
üst
e849071a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
JunitTest_sw_complex.mk
sw/JunitTest_sw_complex.mk
+12
-6
No files found.
sw/JunitTest_sw_complex.mk
Dosyayı görüntüle @
37e5910c
...
...
@@ -66,11 +66,17 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\
# fd#35657 test disabled - reenable if fixed
# complex.writer.TextPortionEnumerationTest \
# CheckBookmarks currently fails on windows because the hashes are different
ifneq ($(OS),WNT)
$(eval $(call gb_JunitTest_add_classes,sw_complex,\
complex.writer.CheckBookmarks \
))
endif
# Currently fails on all platforms, as getBookmarksHash in
# sw/qa/complex/writer/CheckBookmarks.java obtains from
# xBookmarks.getElementNames() names like "__UnoMark__1910_1361181355" that
# cause NoSuchElementException, see
# <https://bugs.freedesktop.org/show_bug.cgi?id=40819> "CheckBookmarks fails
# with NoSuchElementException on names __UnoMark__1910_1361181355:"
# # CheckBookmarks currently fails on windows because the hashes are different:
# ifneq ($(OS),WNT)
# $(eval $(call gb_JunitTest_add_classes,sw_complex,\
# complex.writer.CheckBookmarks \
# ))
# endif
# vim: set noet sw=4 ts=4:
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