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
e17fa49d
Kaydet (Commit)
e17fa49d
authored
May 28, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unreffun
Change-Id: I89674148bd25f0ee996bf8796138bbab234d8c8f
üst
62031cd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
globalfilter.cxx
sw/qa/extras/globalfilter/globalfilter.cxx
+4
-1
No files found.
sw/qa/extras/globalfilter/globalfilter.cxx
Dosyayı görüntüle @
e17fa49d
...
@@ -33,7 +33,9 @@ public:
...
@@ -33,7 +33,9 @@ public:
void
testCharHighlightBody
();
void
testCharHighlightBody
();
void
testMSCharBackgroundEditing
();
void
testMSCharBackgroundEditing
();
void
testCharBackgroundToHighlighting
();
void
testCharBackgroundToHighlighting
();
#if !defined(WNT) && !defined(MACOSX)
void
testSkipImages
();
void
testSkipImages
();
#endif
CPPUNIT_TEST_SUITE
(
Test
);
CPPUNIT_TEST_SUITE
(
Test
);
CPPUNIT_TEST
(
testSwappedOutImageExport
);
CPPUNIT_TEST
(
testSwappedOutImageExport
);
...
@@ -657,6 +659,7 @@ void Test::testCharBackgroundToHighlighting()
...
@@ -657,6 +659,7 @@ void Test::testCharBackgroundToHighlighting()
}
}
}
}
#if !defined(WNT) && !defined(MACOSX)
void
Test
::
testSkipImages
()
void
Test
::
testSkipImages
()
{
{
// Check how LO skips image loading (but not texts of textboxes and custom shapes)
// Check how LO skips image loading (but not texts of textboxes and custom shapes)
...
@@ -732,7 +735,7 @@ void Test::testSkipImages()
...
@@ -732,7 +735,7 @@ void Test::testSkipImages()
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
sFailedMessage
.
getStr
(),
static_cast
<
sal_Int32
>
(
bSkipImages
?
0
:
3
),
nImageCount
);
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
sFailedMessage
.
getStr
(),
static_cast
<
sal_Int32
>
(
bSkipImages
?
0
:
3
),
nImageCount
);
}
}
}
}
#endif
CPPUNIT_TEST_SUITE_REGISTRATION
(
Test
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
Test
);
...
...
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