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
c06fcacb
Kaydet (Commit)
c06fcacb
authored
Ock 14, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
get these tests building again
üst
88165312
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
47 deletions
+20
-47
export.map
svl/qa/export.map
+1
-1
makefile.mk
svl/qa/makefile.mk
+9
-43
test_URIHelper.cxx
svl/qa/test_URIHelper.cxx
+10
-3
No files found.
svl/qa/export.map
Dosyayı görüntüle @
c06fcacb
...
...
@@ -27,7 +27,7 @@
UDK_3_0_0 {
global:
registerAllTestFunctio
n;
cppunitTestPlugI
n;
local:
*;
...
...
svl/qa/makefile.mk
Dosyayı görüntüle @
c06fcacb
...
...
@@ -35,10 +35,14 @@ ENABLE_EXCEPTIONS = true
.INCLUDE
:
settings.mk
CFLAGSCXX
+=
$(CPPUNIT_CFLAGS)
#building with stlport, but cppunit was not built with stlport
.IF
"$(USE_SYSTEM_STL)"
!=
"YES"
.IF
"$(SYSTEM_CPPUNIT)"
==
"YES"
CFLAGSCXX
+=
-DADAPT_EXT_STL
.ENDIF
.ENDIF
CFLAGSCXX
+=
$(CPPUNIT_CFLAGS)
# BEGIN ----------------------------------------------------------------
# auto generated Target:job by codegen.pl
SHL1OBJS
=
\
$(SLO)$/
test_URIHelper.obj
...
...
@@ -53,49 +57,11 @@ SHL1STDLIBS=\
$(TESTSHL2LIB)
\
$(CPPUNITLIB)
SHL1IMPLIB
=
i
$(SHL1TARGET)
DEF1NAME
=
$(SHL1TARGET)
SHL1IMPLIB
=
i
$(SHL1TARGET)
DEF1NAME
=
$(SHL1TARGET)
SHL1VERSIONMAP
=
export.map
# auto generated Target:job
# END ------------------------------------------------------------------
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
# SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
.INCLUDE
:
_cppunit.mk
# LLA: old stuff
# USE_DEFFILE = true
#
# .INCLUDE: settings.mk
#
# .IF "$(OS)" == "WNT"
# REGEXP = "s/^[\#].*$$//"
# .ELSE # OS, WNT
# REGEXP = 's/^[\#].*$$//'
# .ENDIF # OS, WNT
#
# SHL1TARGET = URIHelper
# SHL1OBJS = \
# $(SLO)$/test_URIHelper.obj
# SHL1STDLIBS = \
# $(CPPULIB) \
# $(CPPUHELPERLIB) \
# $(SALLIB) \
# $(SVTOOLLIB) \
# $(TOOLSLIB) \
# $(UNOTOOLSLIB)
#
# DEF1NAME = $(SHL1TARGET)
# DEF1EXPORTFILE = $(MISC)$/$(SHL1TARGET).dxp
#
# .INCLUDE: target.mk
#
# $(MISC)$/$(SHL1TARGET).dxp: sce$/$(SHL1TARGET).sce
# + $(TYPE) $< | sed $(REGEXP) > $@
# + $(TYPE) $@ | sed "s/^/test_/" > $(MISC)$/$(SHL1TARGET).tst
# + $(TYPE) $(MISC)$/$(SHL1TARGET).tst | sed "/test_./ w $@"
svl/qa/test_URIHelper.cxx
Dosyayı görüntüle @
c06fcacb
...
...
@@ -31,6 +31,14 @@
#include "sal/config.h"
#include "preextstl.h"
#include <cppunit/TestSuite.h>
#include <cppunit/TestFixture.h>
#include <cppunit/TestCase.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <cppunit/extensions/HelperMacros.h>
#include "postextstl.h"
#include <cstddef>
#include "com/sun/star/lang/Locale.hpp"
...
...
@@ -55,7 +63,6 @@
#include "cppuhelper/bootstrap.hxx"
#include "cppuhelper/implbase1.hxx"
#include "cppuhelper/implbase2.hxx"
#include "testshl/simpleheader.hxx"
#include "osl/diagnose.h"
#include "rtl/strbuf.hxx"
#include "rtl/string.h"
...
...
@@ -454,10 +461,10 @@ void Test::testFindFirstURLInText() {
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
Test
::
m_context
;
CPPUNIT_TEST_SUITE_
NAMED_REGISTRATION
(
Test
,
"alltests"
);
CPPUNIT_TEST_SUITE_
REGISTRATION
(
Test
);
}
NOADDITIONAL
;
CPPUNIT_PLUGIN_IMPLEMENT
()
;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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