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
fde638b3
Kaydet (Commit)
fde638b3
authored
Eyl 24, 2012
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unit test for bnc#780296 fix
Change-Id: Ib75437bb52c8094821fc9d18429f4ce01bb7ec2f
üst
3610d367
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
named-ranges-global.xlsx
sc/qa/unit/data/xlsx/named-ranges-global.xlsx
+0
-0
subsequent_filters-test.cxx
sc/qa/unit/subsequent_filters-test.cxx
+3
-2
No files found.
sc/qa/unit/data/xlsx/named-ranges-global.xlsx
Dosyayı görüntüle @
fde638b3
No preview for this file type
sc/qa/unit/subsequent_filters-test.cxx
Dosyayı görüntüle @
fde638b3
...
...
@@ -321,6 +321,9 @@ void testRangeNameImpl(ScDocument* pDoc)
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
"=SUM(global3) should be 10"
,
10.0
,
aValue
);
pDoc
->
GetValue
(
1
,
0
,
1
,
aValue
);
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
"range name Sheet2.local1 should reference Sheet1.A5"
,
5.0
,
aValue
);
// Test if Global5 ( which depends on Global6 ) is evaluated
pDoc
->
GetValue
(
0
,
5
,
1
,
aValue
);
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
"formula Global5 should reference Global6 ( which is evaluated as local1 )"
,
5.0
,
aValue
);
}
}
...
...
@@ -351,8 +354,6 @@ void ScFiltersTest::testRangeNameXLSX()
ScDocument
*
pDoc
=
xDocSh
->
GetDocument
();
testRangeNameImpl
(
pDoc
);
xDocSh
->
DoClose
();
}
void
ScFiltersTest
::
testHardRecalcODS
()
...
...
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