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
230072a6
Kaydet (Commit)
230072a6
authored
Ock 14, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Figured out why testFuncMATCH was failing. Fixed it, all green.
Change-Id: Id45f4c853bf689afa8a46edc02e1e5f8c43894bc
üst
1712337d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CppunitTest_sc_ucalc.mk
sc/CppunitTest_sc_ucalc.mk
+2
-0
ucalc.cxx
sc/qa/unit/ucalc.cxx
+1
-1
No files found.
sc/CppunitTest_sc_ucalc.mk
Dosyayı görüntüle @
230072a6
...
@@ -95,8 +95,10 @@ $(eval $(call gb_CppunitTest_use_ure,sc_ucalc))
...
@@ -95,8 +95,10 @@ $(eval $(call gb_CppunitTest_use_ure,sc_ucalc))
$(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
$(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
configmgr/source/configmgr \
configmgr/source/configmgr \
fileaccess/source/fileacc \
framework/util/fwk \
framework/util/fwk \
i18npool/util/i18npool \
i18npool/util/i18npool \
sax/source/expatwrap/expwrap \
sfx2/util/sfx \
sfx2/util/sfx \
ucb/source/core/ucb1 \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
ucb/source/ucp/file/ucpfile1 \
...
...
sc/qa/unit/ucalc.cxx
Dosyayı görüntüle @
230072a6
...
@@ -1145,7 +1145,7 @@ void Test::testCellFunctions()
...
@@ -1145,7 +1145,7 @@ void Test::testCellFunctions()
testFuncCOUNTIF(m_pDoc);
testFuncCOUNTIF(m_pDoc);
testFuncIFERROR(m_pDoc);
testFuncIFERROR(m_pDoc);
testFuncVLOOKUP(m_pDoc);
testFuncVLOOKUP(m_pDoc);
// testFuncMATCH(m_pDoc); // TODO: Fix this and re-enable it.
testFuncMATCH(m_pDoc);
testFuncCELL(m_pDoc);
testFuncCELL(m_pDoc);
testFuncDATEDIF(m_pDoc);
testFuncDATEDIF(m_pDoc);
testFuncINDIRECT(m_pDoc);
testFuncINDIRECT(m_pDoc);
...
...
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