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
cdd7e25a
Kaydet (Commit)
cdd7e25a
authored
Eyl 17, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These tests do not need the UCB
Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6
üst
1e5e5c40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
CppunitTest_basic_enable.mk
basic/CppunitTest_basic_enable.mk
+0
-2
CppunitTest_basic_nested_struct.mk
basic/CppunitTest_basic_nested_struct.mk
+0
-2
basictest.hxx
basic/qa/cppunit/basictest.hxx
+1
-1
No files found.
basic/CppunitTest_basic_enable.mk
Dosyayı görüntüle @
cdd7e25a
...
@@ -52,7 +52,5 @@ $(eval $(call gb_CppunitTest_use_ure,basic_enable))
...
@@ -52,7 +52,5 @@ $(eval $(call gb_CppunitTest_use_ure,basic_enable))
$(eval $(call gb_CppunitTest_use_components,basic_enable,\
$(eval $(call gb_CppunitTest_use_components,basic_enable,\
configmgr/source/configmgr \
configmgr/source/configmgr \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
))
))
$(eval $(call gb_CppunitTest_use_configuration,basic_enable))
$(eval $(call gb_CppunitTest_use_configuration,basic_enable))
basic/CppunitTest_basic_nested_struct.mk
Dosyayı görüntüle @
cdd7e25a
...
@@ -53,8 +53,6 @@ $(eval $(call gb_CppunitTest_use_ure,basic_nested_struct))
...
@@ -53,8 +53,6 @@ $(eval $(call gb_CppunitTest_use_ure,basic_nested_struct))
$(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\
$(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\
configmgr/source/configmgr \
configmgr/source/configmgr \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
))
))
$(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct))
$(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct))
...
...
basic/qa/cppunit/basictest.hxx
Dosyayı görüntüle @
cdd7e25a
...
@@ -22,7 +22,7 @@ class BasicTestBase : public test::BootstrapFixture
...
@@ -22,7 +22,7 @@ class BasicTestBase : public test::BootstrapFixture
private
:
private
:
bool
mbError
;
bool
mbError
;
public
:
public
:
BasicTestBase
()
:
mbError
(
false
)
{};
BasicTestBase
()
:
BootstrapFixture
(
true
,
false
),
mbError
(
false
)
{};
DECL_LINK
(
BasicErrorHdl
,
StarBASIC
*
);
DECL_LINK
(
BasicErrorHdl
,
StarBASIC
*
);
...
...
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