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
c0737674
Kaydet (Commit)
c0737674
authored
Mar 19, 2016
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
simplify new test
Change-Id: Icb43a88c03c364d7bdcbc99ff64804df7174fec1
üst
fbc99bf7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
19 deletions
+1
-19
mark_test.cxx
sc/qa/unit/mark_test.cxx
+1
-19
No files found.
sc/qa/unit/mark_test.cxx
Dosyayı görüntüle @
c0737674
...
@@ -78,16 +78,9 @@ struct MultiMarkTestData
...
@@ -78,16 +78,9 @@ struct MultiMarkTestData
std
::
vector
<
std
::
pair
<
SCCOL
,
SCCOL
>>
aColsWithUnequalMarksList
;
std
::
vector
<
std
::
pair
<
SCCOL
,
SCCOL
>>
aColsWithUnequalMarksList
;
};
};
class
Test
:
public
test
::
Bootstrap
Fixture
class
Test
:
public
CppUnit
::
Test
Fixture
{
{
public
:
public
:
Test
()
{
}
virtual
void
setUp
()
override
;
virtual
void
tearDown
()
override
;
void
testSimpleMark
(
const
ScRange
&
rRange
,
const
ScRange
&
rSelectionCover
,
void
testSimpleMark
(
const
ScRange
&
rRange
,
const
ScRange
&
rSelectionCover
,
const
ScRangeList
&
rLeftEnvelope
,
const
ScRangeList
&
rRightEnvelope
,
const
ScRangeList
&
rLeftEnvelope
,
const
ScRangeList
&
rRightEnvelope
,
const
ScRangeList
&
rTopEnvelope
,
const
ScRangeList
&
rBottomEnvelope
);
const
ScRangeList
&
rTopEnvelope
,
const
ScRangeList
&
rBottomEnvelope
);
...
@@ -124,17 +117,6 @@ static void lcl_GetSortedRanges( const ScRangeList& rRangeList, ScRangeList& rRa
...
@@ -124,17 +117,6 @@ static void lcl_GetSortedRanges( const ScRangeList& rRangeList, ScRangeList& rRa
rRangeListOut
.
Append
(
aRanges
[
nIdx
]
);
rRangeListOut
.
Append
(
aRanges
[
nIdx
]
);
}
}
void
Test
::
setUp
()
{
BootstrapFixture
::
setUp
();
ScDLL
::
Init
();
}
void
Test
::
tearDown
()
{
BootstrapFixture
::
tearDown
();
}
void
Test
::
testSimpleMark
(
const
ScRange
&
rRange
,
const
ScRange
&
rSelectionCover
,
void
Test
::
testSimpleMark
(
const
ScRange
&
rRange
,
const
ScRange
&
rSelectionCover
,
const
ScRangeList
&
rLeftEnvelope
,
const
ScRangeList
&
rRightEnvelope
,
const
ScRangeList
&
rLeftEnvelope
,
const
ScRangeList
&
rRightEnvelope
,
const
ScRangeList
&
rTopEnvelope
,
const
ScRangeList
&
rBottomEnvelope
)
const
ScRangeList
&
rTopEnvelope
,
const
ScRangeList
&
rBottomEnvelope
)
...
...
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