Robert Nagy
e88bf814ec
no sys/statfs.h on BSDs
2011-02-14 22:51:13 +01:00
Sébastien Le Ray
7dd2d4a0f5
Unit test cleanup for OUStringBuffer.
...
Moved OUStringBuffer related tests from qa/srt/strings to
qa/rt/oustringbuffer and reactivated it in project build.
It seems that rtl_OUStringBuffer2.cxx was replaced by
test_oustringbuffer_utf32.cxx so the later has been removed.
Added unit tests for toString.
2011-02-14 21:15:40 +00:00
Caolán McNamara
2334bdc0e6
move this into comphelper
2011-02-14 11:21:21 +00:00
Jan Holesovsky
f3ca6f1b5a
unittest: Allow concurrent run of the osl_File.cxx tests.
2011-02-14 11:11:24 +01:00
Caolán McNamara
c6c8238660
cppunit: enable this test
2011-02-11 14:36:20 +00:00
Caolán McNamara
77975a2bc9
cppunit: enable this test
2011-02-11 14:28:50 +00:00
Sébastien Le Ray
5765d0c90b
Add compareToNumeric to OUString & Co
2011-02-10 16:54:04 +01:00
Fridrich Štrba
81ef04be69
Trying to remove the stlport mention from the code
2011-02-09 19:58:43 +01:00
Fridrich Štrba
30a8393e50
Removing the ext_std masterpiece
2011-02-09 19:58:43 +01:00
Caolán McNamara
9881e2dbad
don't try and remove /tmp
2011-02-09 10:17:54 +00:00
Caolán McNamara
06bcc2b09d
quieten and quicken some of these tests
2011-02-09 09:17:04 +00:00
Tor Lillqvist
a348222727
prewin.h already includes <windows.h>
2011-02-09 01:05:16 +02:00
Caolán McNamara
d7237ba59d
quieten test, who cares what it does when its working
2011-02-08 21:04:20 +00:00
Joseph Powers
64faacac24
Get sal/qs somewhat working on Mac OS X
...
I added about 6 TODOs around disabled tests. The tests need more reseach
and fixed correctly. Currently I just disabled the tests in question.
2011-02-08 08:50:20 -08:00
Joseph Powers
0621179b66
Work on getting SAL to test on Mac OS X
2011-02-08 07:36:39 -08:00
Tor Lillqvist
175f1c5a24
Adapt to move of prewin.h and postwin.h
2011-02-08 14:03:08 +02:00
Fridrich Štrba
bc0cbfc119
oops a typo
2011-02-08 11:36:32 +01:00
Fridrich Štrba
921b58eea9
Disable some unit tests that don't even build on windows
2011-02-08 11:28:59 +01:00
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