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
07381c01
Kaydet (Commit)
07381c01
authored
May 19, 2017
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
conditionally disable tests that depend on additional fonts
Change-Id: If3dc2082e24760f68598dc718c32d3008fdf6eba
üst
89e9f804
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
uiwriter.cxx
sw/qa/extras/uiwriter/uiwriter.cxx
+4
-0
No files found.
sw/qa/extras/uiwriter/uiwriter.cxx
Dosyayı görüntüle @
07381c01
...
...
@@ -3802,6 +3802,7 @@ class PortionHandler : public SwPortionHandler
}
};
#if HAVE_MORE_FONTS
void SwUiWriterTest::testTdf77014()
{
// The problem described in the bug tdf#77014 is that the input
...
...
@@ -3948,6 +3949,7 @@ void SwUiWriterTest::testTdf77014()
CPPUNIT_ASSERT_EQUAL(OUString("finish"), rPortionItem.msItemType);
}
}
#endif
void SwUiWriterTest::testTdf92648()
{
...
...
@@ -4675,6 +4677,7 @@ void SwUiWriterTest::testTdf66405()
CPPUNIT_ASSERT_EQUAL(sal_Int32(0), nBottomMargin);
}
#if HAVE_MORE_FONTS
void SwUiWriterTest::testTdf35021_tabOverMarginDemo()
{
createDoc("tdf35021_tabOverMarginDemo.doc");
...
...
@@ -4695,6 +4698,7 @@ void SwUiWriterTest::testTdf35021_tabOverMarginDemo()
nWidth = getXPath(pXmlDoc, "//Text[@nType='POR_TABDECIMAL']", "nWidth").toInt32();
CPPUNIT_ASSERT_MESSAGE("Decimal Tab width is ~4096", nMargin < nWidth);
}
#endif
void SwUiWriterTest::testTdf106701_tabOverMarginAutotab()
{
...
...
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