Commit Graph

13 Commits

Author SHA1 Message Date
3482b33aee Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest. 2011-09-29 11:09:15 +02:00
91f436f58a we're not using this header here 2011-09-29 09:35:01 +01:00
7743899403 fix another unotest/test breaker 2011-09-28 23:48:39 +02:00
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
e99a072c0e add a fairly efficient read_LEuInt16s_AsOUString, merge similar things 2011-09-05 10:54:19 +01:00
0ee8ec18c4 add a way to better construct an OString of len X from a SvStream 2011-09-02 09:54:18 +01:00
29acf735d4 Add statically linked unit tester for iOS 2011-08-03 01:13:34 +03:00
8291b5884c make stream operators leave variables in original state on failure
this aligns them with the behaviour of std::stream, and makes things
like

sal_uInt32 n(0);
rSt >> n;
if (n)
{
   ...
}

safe if there was a short read of e.g. 3 bytes instead of the required 4
2011-07-29 10:56:42 +01:00
56321c27af add a test for a nasty suspicion I have 2011-07-26 10:14:29 +01:00
1f708c8be9 add a good(), eof(), bad() and a test case to demonstrate 2011-07-25 10:11:31 +01:00
52cf287f69 add the legacy windows-only path utils test 2011-07-25 10:11:31 +01:00
7c96874198 recover my cppunit test for tools again 2011-07-25 10:11:31 +01:00