Commit graph

889 commits

Author SHA1 Message Date
Caolán McNamara
813b11d0e9 Reflect the changes of 66b035b10d7d1803692056c8aca11e23095322e3 into the tests
i.e. "#98452# When converting from Unicode to ISO-2022-JP, assume the initial
state is ASCII and do not write any unnecessary <ESC> ( B sequences to
initially switch to ASCII", so we need to modify the test to take this
into account
2011-02-08 10:09:50 +00:00
Wilhelm Pflueger
bb46c0314a Re-animated tests that were based on testshl.
One test in test_outstring_convert.cxx fails for method
rtl::OUString::convertToString().
2011-02-08 10:04:57 +00:00
Caolán McNamara
e7a71425e4 fix to build and remove 64bit warnings 2011-02-08 09:06:32 +00:00
David Tardon
0ed4bd7f1f use local cppunittester 2011-02-08 09:34:22 +01:00
David Tardon
ef269cd667 enable to run non-delivered cppunittester 2011-02-08 09:34:02 +01:00
David Tardon
911536bc3b add (pre|post)extstl.h around cppunit includes 2011-02-08 09:11:58 +01:00
Wilhelm Pflueger
45c87b15c9 Reanimated tests in ure/sal
Tests based on deprecated testshl are reanimated for:
osl/condition
osl/file
osl/module
osl/thread
2011-02-08 09:04:06 +01:00
Thomas Arnhold
5ab2409037 Remove dead code 2011-02-07 23:00:14 +01:00
David Tardon
65818fe50b use locally built cppunittester 2011-02-07 18:49:24 +01:00
David Tardon
674a161fc6 actually enable the STL adaptation 2011-02-07 18:22:33 +01:00
David Tardon
eb3b5321a8 add (pre|post)extstl.h around cppunit headers 2011-02-07 17:13:07 +01:00
David Tardon
6bb4f17570 TESTSHL2LIB does not exist anymore 2011-02-07 17:09:05 +01:00
Thomas Arnhold
daebe499fe Remove unused header 2011-02-07 16:08:08 +01:00
David Tardon
25b91eeace WaE: comparison between signed and unsigned integer 2011-02-07 14:13:22 +01:00
David Tardon
c67bf5ce71 add (pre|post)extstl.h around cppunit headers 2011-02-07 13:24:55 +01:00
David Tardon
4fd74f21dd comment out the failing test case for now 2011-02-07 10:25:18 +01:00
David Tardon
386711957c use rtl::OStringBuffer for message 2011-02-07 10:17:10 +01:00
Wilhelm Pflueger
7e8efb4b44 Removed unnecessary includes 2011-02-07 10:05:59 +01:00
Wilhelm Pflueger
24968350f7 Re-animated tests that were based on testshl.
One test in test_outstring_convert.cxx fails for method
rtl::OUString::convertToString().
2011-02-07 10:05:58 +01:00
Thomas Arnhold
83734eea36 Clean up makefiles 2011-02-04 12:45:54 +01:00
Thomas Arnhold
0e91a5b571 Remove RCS lines. 2011-01-31 19:03:47 +01:00
Thomas Arnhold
1a1bf03786 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:38:15 +01:00
Anders Jonsson
6505a6eda9 Remove commented code 2010-12-22 12:06:52 +01:00
Julien Nabet
1a270c0a68 RTL_CONSTASCII_USTRINGPARAM qa/rtl/process 2010-12-15 07:53:02 +01:00
Andy Holder
e35d8bdf0b Remove commented out code
Remove commented out code that uses the unnamedspaced macros in
osl/File.hxx that are going away
2010-12-12 21:18:29 +00:00
Andy Holder
22d6ac96d8 Change unnamedspaced file.hxx macros 2010-12-12 21:11:14 +00:00
Gert Faller
b6a70a0c13 RTL_CONSTASCII_USTRINGPARAM in ure 5 2010-12-10 23:43:43 +01:00
Gert Faller
94f0cc74ad RTL_CONSTASCII_USTRINGPARAM in ure 4 2010-12-10 19:09:53 +01:00
Gert Faller
3a18c3d97a RTL_CONSTASCII_USTRINGPARAM in ure 1 2010-12-10 18:31:39 +01:00
Takeshi Abe
36e2296bf8 Replace all occured, occurance etc. 2010-12-06 09:16:29 +00:00
J. Graeme Lingard
1b11499074 Remove redundant comments 2010-12-05 20:28:21 +00:00
Caolán McNamara
3facbad1ec cppcheck: emptyStringTest 2010-12-05 14:23:01 +00:00
Caolán McNamara
7d71a684e1 make these cppunit tests buildable again 2010-11-28 21:23:54 +00:00
Sebastian Spaeth
64718e39a0 Remove bogus WITH_CORE debug code which core dumps for sure
There was #ifdef'd test code depending on WITH_CORE being defined
(which is never set in our build system). It is described as test code
that will core dump. So let's remove this and write proper cppunit
tests instead. All this concerns two files in 'qa' and not "real
source code".

Also remove some commented out code while going through that file.
2010-11-08 17:12:03 +01:00
Caolán McNamara
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01:00
Kenneth Venken
522faf9ccb cleanup to use SAL_N_ELEMENTS 2010-10-18 19:47:47 +01:00
Povilas Kanapickas
c189268e0a remove non-compiled code 2010-10-18 16:25:47 +01:00
Kenneth Venken
0196e3b7eb use SAL_N_ELEMENTS macro 2010-10-17 00:04:57 -05:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
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-10-14 17:04:31 +02:00
J. Graeme Lingard
bda7aaeb74 Remove redundant #include, #define & comments 2010-10-13 12:51:10 +02:00
Petr Mladek
c7d221f406 more removed include guards using fixguard.py 2010-10-07 15:24:39 +02:00
Petr Mladek
bcdb4cc866 more removed include guards using fixguard.py 2010-10-05 18:12:52 +02:00
Petr Mladek
334bef4563 remove include guards using fixguard.py 2010-10-05 18:12:51 +02:00
sb
b40f5c4e55 sb120: removed race from sal/qa/osl/mutex test code 2010-04-27 10:31:33 +02:00
sb
683780cf57 sb120: non-broken rtl::ByteSequence unit tests 2010-04-13 10:49:56 +02:00
Rene Engelhard
9d09cf39be fix build of sal/qa (missing #include <stringh.h>) 2010-03-05 13:47:05 +01:00
sb
6c036b980c sb118: #i109791# improved CPPUNIT_CFLAGS handling 2010-03-04 22:13:08 +01:00
Rene Engelhard
2e10c0e2fc sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too 2010-03-04 00:11:19 +01:00
sb
2e24fc7415 sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
sb
b545a58c18 sb118: eliminated dead code, causing warnings/errors 2010-02-18 09:51:41 +01:00