summaryrefslogtreecommitdiff
path: root/svl/qa
AgeCommit message (Collapse)Author
2011-03-08Un-breaking the unit testKatarina Machalkova
2011-03-04WaE: move that inside the TODO as wellCaolán McNamara
2011-03-03Disabled failing format items for now :(Katarina Machalkova
after introducing new num. formats (42[.00]), those items that access standard format list cease to work :(
2011-03-02WaE: move that inside the TODO as wellCaolán McNamara
2011-03-02Disable testing for the currency format codes.Kohei Yoshida
On some systems (including Fedora) the last two currency codes differ. Let's disable this test for now until we find out how to properly test this again.
2011-02-28More test cases for Thai-specific format codes.Kohei Yoshida
2011-02-24Correct cppunit error message.Kohei Yoshida
2011-02-24Use OUString instead of String in the unit test code.Kohei Yoshida
Added another method PutEntry() to allow rtl::OUString to be used. We'll keep this until UniString gets totally eradicated.
2011-02-24Generate locale code that includes numeral shape and calendar type.Kohei Yoshida
2011-02-24I need iostream and its friends while debugging the unit test code.Kohei Yoshida
2011-02-24remove empty TESTSHL2LIBCaolán McNamara
2011-02-24Pick up numeral shape and calendar type as well as the language.Kohei Yoshida
So far this change doesn't affect the behavior of the number formatter but only to pick up extra data that Excel provides (that we need to map to our own later on).
2011-02-24Get this to work under windows.Caolán McNamara
The test code itself isn't compiled with SVL_DLLIMPLEMENTATION so either it gets compiled with SVL_DLLIMPLEMENTATION and links to the .lib or it gets compiled without it and links to the .dll and sticks to the exported methods. In this case we can currently take the latter methinks.
2011-02-24remove unused export.mapCaolán McNamara
2011-02-23Unit test for default number format codes for US English.Kohei Yoshida
2011-02-23Run unit test as part of the build.Kohei Yoshida
For now, there is no test yet, but it's coming soon.
2011-02-23Initial unit test skeleton, copied and modified from sc.Kohei Yoshida
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-01Clean up makefilesThomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-14cppunit: make these tests work againCaolán McNamara
2011-01-14sync test with da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9Caolán McNamara
2011-01-14get these tests building againCaolán McNamara
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 17Gert Faller
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 07Gert Faller
2010-10-18replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTSKenneth Venken
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-04-14sb118: merged in backoutsb
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb
2010-03-04sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2009-10-08#i103496#: make svl buildable with internal inc/svl directoryMathias Bauer
2009-10-08#i103496#: make svl buildableMathias Bauer
2009-10-08#i103496#: split svtools in two libs, depending on whether the code needs ↵Mathias Bauer
vcl or not