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
b6ea5de5
Kaydet (Commit)
b6ea5de5
authored
May 29, 2014
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add writerperfect calc integration test
Change-Id: I3ce072f5f7d54b063988f8413251eab00f5321e4
üst
eccfc727
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
90 additions
and
0 deletions
+90
-0
CppunitTest_writerperfect_calc.mk
writerperfect/CppunitTest_writerperfect_calc.mk
+46
-0
Module_writerperfect.mk
writerperfect/Module_writerperfect.mk
+1
-0
WpftCalcFilterTest.cxx
writerperfect/qa/unit/WpftCalcFilterTest.cxx
+43
-0
.gitignore
writerperfect/qa/unit/data/calc/libwps/fail/.gitignore
+0
-0
.gitignore
...perfect/qa/unit/data/calc/libwps/indeterminate/.gitignore
+0
-0
.gitignore
writerperfect/qa/unit/data/calc/libwps/pass/.gitignore
+0
-0
No files found.
writerperfect/CppunitTest_writerperfect_calc.mk
0 → 100644
Dosyayı görüntüle @
b6ea5de5
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_CppunitTest_CppunitTest,writerperfect_calc))
$(eval $(call gb_CppunitTest_use_externals,writerperfect_calc,\
boost_headers \
))
$(eval $(call gb_CppunitTest_use_api,writerperfect_calc,\
offapi \
udkapi \
))
$(eval $(call gb_CppunitTest_use_libraries,writerperfect_calc,\
comphelper \
cppu \
cppuhelper \
sal \
test \
ucbhelper \
unotest \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_use_static_libraries,writerperfect_calc,\
writerperfect_importtestbase \
))
$(eval $(call gb_CppunitTest_use_ure,writerperfect_calc))
$(eval $(call gb_CppunitTest_use_rdb,writerperfect_calc,services))
$(eval $(call gb_CppunitTest_use_configuration,writerperfect_calc))
$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_calc,\
writerperfect/qa/unit/WpftCalcFilterTest \
))
# vim: set noet sw=4 ts=4:
writerperfect/Module_writerperfect.mk
Dosyayı görüntüle @
b6ea5de5
...
...
@@ -32,6 +32,7 @@ $(eval $(call gb_Module_add_check_targets,writerperfect,\
))
$(eval $(call gb_Module_add_slowcheck_targets,writerperfect,\
CppunitTest_writerperfect_calc \
CppunitTest_writerperfect_draw \
CppunitTest_writerperfect_impress \
CppunitTest_writerperfect_writer \
...
...
writerperfect/qa/unit/WpftCalcFilterTest.cxx
0 → 100644
Dosyayı görüntüle @
b6ea5de5
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "WpftImportTestBase.hxx"
namespace
{
class
WpftCalcFilterTest
:
public
writerperfect
::
test
::
WpftImportTestBase
{
public
:
WpftCalcFilterTest
();
void
test
();
CPPUNIT_TEST_SUITE
(
WpftCalcFilterTest
);
CPPUNIT_TEST
(
test
);
CPPUNIT_TEST_SUITE_END
();
};
WpftCalcFilterTest
::
WpftCalcFilterTest
()
:
writerperfect
::
test
::
WpftImportTestBase
(
"private:factory/scalc"
)
{
}
void
WpftCalcFilterTest
::
test
()
{
doTest
(
"com.sun.star.comp.Calc.MSWorksCalcImportFilter"
,
"/writerperfect/qa/unit/data/calc/libwps/"
);
}
CPPUNIT_TEST_SUITE_REGISTRATION
(
WpftCalcFilterTest
);
}
CPPUNIT_PLUGIN_IMPLEMENT
();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
writerperfect/qa/unit/data/calc/libwps/fail/.gitignore
0 → 100644
Dosyayı görüntüle @
b6ea5de5
writerperfect/qa/unit/data/calc/libwps/indeterminate/.gitignore
0 → 100644
Dosyayı görüntüle @
b6ea5de5
writerperfect/qa/unit/data/calc/libwps/pass/.gitignore
0 → 100644
Dosyayı görüntüle @
b6ea5de5
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