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
68ec7f48
Kaydet (Commit)
68ec7f48
authored
May 23, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Forgot to remove debug statements.
Change-Id: I7653efc19bf590bb5456128b270dd1d59c974599
üst
882bafb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ucalc.cxx
sc/qa/unit/ucalc.cxx
+0
-4
No files found.
sc/qa/unit/ucalc.cxx
Dosyayı görüntüle @
68ec7f48
...
...
@@ -1373,7 +1373,6 @@ void Test::testFormulaDepTrackingDeleteRow()
// A4 should have a broadcaster with A5 listening to it.
SvtBroadcaster
*
pBC
=
m_pDoc
->
GetBroadcaster
(
ScAddress
(
0
,
4
,
0
));
fprintf
(
stdout
,
"Test::testFormulaDepTrackingDeleteRow: broadcaster at A5 = %p
\n
"
,
pBC
);
CPPUNIT_ASSERT
(
pBC
);
SvtBroadcaster
::
ListenersType
*
pListeners
=
&
pBC
->
GetAllListeners
();
CPPUNIT_ASSERT_MESSAGE
(
"A5 should have one listener."
,
pListeners
->
size
()
==
1
);
...
...
@@ -1384,16 +1383,13 @@ void Test::testFormulaDepTrackingDeleteRow()
CPPUNIT_ASSERT_EQUAL
(
9.0
,
m_pDoc
->
GetValue
(
ScAddress
(
0
,
4
,
0
)));
CPPUNIT_ASSERT_EQUAL
(
90.0
,
m_pDoc
->
GetValue
(
ScAddress
(
0
,
5
,
0
)));
fprintf
(
stdout
,
"Test::testFormulaDepTrackingDeleteRow: Deleting row 2....
\n
"
);
// Delete row 2.
ScDocFunc
&
rFunc
=
getDocShell
().
GetDocFunc
();
ScMarkData
aMark
;
aMark
.
SelectOneTable
(
0
);
rFunc
.
DeleteCells
(
ScRange
(
0
,
1
,
0
,
MAXCOL
,
1
,
0
),
&
aMark
,
DEL_CELLSUP
,
true
,
true
);
fprintf
(
stdout
,
"Test::testFormulaDepTrackingDeleteRow: Done deleting row 2.
\n
"
);
pBC
=
m_pDoc
->
GetBroadcaster
(
ScAddress
(
0
,
3
,
0
));
fprintf
(
stdout
,
"Test::testFormulaDepTrackingDeleteRow: broadcaster at A4 = %p
\n
"
,
pBC
);
CPPUNIT_ASSERT_MESSAGE
(
"Broadcaster at A5 should have shifted to A4."
,
pBC
);
pListeners
=
&
pBC
->
GetAllListeners
();
CPPUNIT_ASSERT_MESSAGE
(
"A3 should have one listener."
,
pListeners
->
size
()
==
1
);
...
...
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