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
3f339c5e
Kaydet (Commit)
3f339c5e
authored
Tem 16, 2015
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Better to call this msfilter test
Change-Id: I2abd6aedb16303d8988c17e7204c9607bf8336a3
üst
b164d08f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
CppunitTest_filter_msfilter.mk
filter/CppunitTest_filter_msfilter.mk
+9
-9
Module_filter.mk
filter/Module_filter.mk
+1
-1
msfilter-test.cxx
filter/qa/cppunit/msfilter-test.cxx
+4
-4
No files found.
filter/CppunitTest_filter_
utils
.mk
→
filter/CppunitTest_filter_
msfilter
.mk
Dosyayı görüntüle @
3f339c5e
...
@@ -7,18 +7,18 @@
...
@@ -7,18 +7,18 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#
$(eval $(call gb_CppunitTest_CppunitTest,filter_
utils
))
$(eval $(call gb_CppunitTest_CppunitTest,filter_
msfilter
))
$(eval $(call gb_CppunitTest_use_sdk_api,filter_
utils
))
$(eval $(call gb_CppunitTest_use_sdk_api,filter_
msfilter
))
$(eval $(call gb_CppunitTest_use_ure,filter_
utils
))
$(eval $(call gb_CppunitTest_use_ure,filter_
msfilter
))
$(eval $(call gb_CppunitTest_use_configuration,filter_
utils
))
$(eval $(call gb_CppunitTest_use_configuration,filter_
msfilter
))
$(eval $(call gb_CppunitTest_use_externals,filter_
utils
, \
$(eval $(call gb_CppunitTest_use_externals,filter_
msfilter
, \
boost_headers \
boost_headers \
))
))
$(eval $(call gb_CppunitTest_use_libraries,filter_
utils
, \
$(eval $(call gb_CppunitTest_use_libraries,filter_
msfilter
, \
tl \
tl \
comphelper \
comphelper \
unotest \
unotest \
...
@@ -29,7 +29,7 @@ $(eval $(call gb_CppunitTest_use_libraries,filter_utils, \
...
@@ -29,7 +29,7 @@ $(eval $(call gb_CppunitTest_use_libraries,filter_utils, \
$(gb_UWINAPI) \
$(gb_UWINAPI) \
))
))
$(eval $(call gb_CppunitTest_use_components,filter_
utils
,\
$(eval $(call gb_CppunitTest_use_components,filter_
msfilter
,\
configmgr/source/configmgr \
configmgr/source/configmgr \
filter/source/config/cache/filterconfig1 \
filter/source/config/cache/filterconfig1 \
framework/util/fwk \
framework/util/fwk \
...
@@ -39,8 +39,8 @@ $(eval $(call gb_CppunitTest_use_components,filter_utils,\
...
@@ -39,8 +39,8 @@ $(eval $(call gb_CppunitTest_use_components,filter_utils,\
ucb/source/ucp/file/ucpfile1 \
ucb/source/ucp/file/ucpfile1 \
))
))
$(eval $(call gb_CppunitTest_add_exception_objects,filter_
utils
, \
$(eval $(call gb_CppunitTest_add_exception_objects,filter_
msfilter
, \
filter/qa/cppunit/
utils
-test \
filter/qa/cppunit/
msfilter
-test \
))
))
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
filter/Module_filter.mk
Dosyayı görüntüle @
3f339c5e
...
@@ -81,7 +81,7 @@ endif
...
@@ -81,7 +81,7 @@ endif
$(eval $(call gb_Module_add_check_targets,filter,\
$(eval $(call gb_Module_add_check_targets,filter,\
CppunitTest_filter_xslt \
CppunitTest_filter_xslt \
CppunitTest_filter_priority \
CppunitTest_filter_priority \
CppunitTest_filter_
utils
\
CppunitTest_filter_
msfilter
\
))
))
ifneq ($(DISABLE_CVE_TESTS),TRUE)
ifneq ($(DISABLE_CVE_TESTS),TRUE)
...
...
filter/qa/cppunit/
utils
-test.cxx
→
filter/qa/cppunit/
msfilter
-test.cxx
Dosyayı görüntüle @
3f339c5e
...
@@ -20,18 +20,18 @@
...
@@ -20,18 +20,18 @@
namespace
{
namespace
{
class
Utils
Test
class
MSFilter
Test
:
public
test
::
BootstrapFixtureBase
:
public
test
::
BootstrapFixtureBase
{
{
public
:
public
:
void
testTransColToIco
();
void
testTransColToIco
();
CPPUNIT_TEST_SUITE
(
Utils
Test
);
CPPUNIT_TEST_SUITE
(
MSFilter
Test
);
CPPUNIT_TEST
(
testTransColToIco
);
CPPUNIT_TEST
(
testTransColToIco
);
CPPUNIT_TEST_SUITE_END
();
CPPUNIT_TEST_SUITE_END
();
};
};
void
Utils
Test
::
testTransColToIco
()
void
MSFilter
Test
::
testTransColToIco
()
{
{
const
sal_uInt32
aStdCol
[]
=
{
const
sal_uInt32
aStdCol
[]
=
{
0xeeeeee
,
0xffff99
,
0xff6600
,
0xff3333
,
0xff00cc
,
0xff33ff
,
0x9900ff
,
0x6666ff
,
0x00ccff
,
0x66ffff
,
0x33ff99
,
0x99ff66
,
0xccff00
,
0xeeeeee
,
0xffff99
,
0xff6600
,
0xff3333
,
0xff00cc
,
0xff33ff
,
0x9900ff
,
0x6666ff
,
0x00ccff
,
0x66ffff
,
0x33ff99
,
0x99ff66
,
0xccff00
,
...
@@ -68,7 +68,7 @@ void UtilsTest::testTransColToIco()
...
@@ -68,7 +68,7 @@ void UtilsTest::testTransColToIco()
}
}
CPPUNIT_TEST_SUITE_REGISTRATION
(
Utils
Test
);
CPPUNIT_TEST_SUITE_REGISTRATION
(
MSFilter
Test
);
}
}
...
...
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