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
9a1889f0
Kaydet (Commit)
9a1889f0
authored
Eki 16, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart2: fix temp file leak caused by missing tearDown() between tests
Change-Id: Ia4ee76743c640c0c5b92ec169e619f6c8788480e
üst
6e355d95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
chart2import.cxx
chart2/qa/extras/chart2import.cxx
+6
-0
No files found.
chart2/qa/extras/chart2import.cxx
Dosyayı görüntüle @
9a1889f0
...
...
@@ -54,6 +54,7 @@ public:
void
testFlatODSStackedColumnChart
();
void
testFdo78080
();
void
testFdo54361
();
void
testFdo54361_1
();
void
testAutoBackgroundXLSX
();
void
testTextCanOverlapXLSX
();
void
testNumberFormatsXLSX
();
...
...
@@ -84,6 +85,7 @@ public:
CPPUNIT_TEST
(
testFlatODSStackedColumnChart
);
CPPUNIT_TEST
(
testFdo78080
);
CPPUNIT_TEST
(
testFdo54361
);
CPPUNIT_TEST
(
testFdo54361_1
);
CPPUNIT_TEST
(
testAutoBackgroundXLSX
);
CPPUNIT_TEST
(
testTextCanOverlapXLSX
);
CPPUNIT_TEST
(
testNumberFormatsXLSX
);
...
...
@@ -610,9 +612,13 @@ void Chart2ImportTest::testTransparentBackground(OUString const & filename)
CPPUNIT_ASSERT_MESSAGE
(
"Background needs to be with solid fill style"
,
aStyle
==
1
);
}
// 2 test methods here so that tearDown() can dispose the document
void
Chart2ImportTest
::
testFdo54361
()
{
testTransparentBackground
(
"fdo54361.xlsx"
);
}
void
Chart2ImportTest
::
testFdo54361_1
()
{
testTransparentBackground
(
"fdo54361-1.xlsx"
);
}
...
...
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