summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings
AgeCommit message (Expand)Author
2012-04-06reset the flag before checking it it will be set againLuboš Luňák
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák
2012-03-28CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák
2012-03-28gcc-4.0.1 SFINAE workaroundsLuboš Luňák
2012-03-28string literal overloads for OStringBufferLuboš Luňák
2012-03-28make unittest check also for invalid conversions with OUStringBufferLuboš Luňák
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák
2012-03-28SFINAE workarounds for gcc-4.0.1Luboš Luňák
2012-03-28more SFINAE to distinguish between const char* and const char[]Luboš Luňák
2012-03-28string literal overloads for rest of OString methodsLuboš Luňák
2012-03-26finish work-in-progress testLuboš Luňák
2012-03-26string literal overload for OString::operator=()Luboš Luňák
2012-03-26CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák
2012-03-26string literal overloads for OUStringBufferLuboš Luňák
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák
2012-03-12handle msvc not even compiling a test that should failLuboš Luňák
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák
2012-03-12unittests for some possible OUString string literal handling problemsLuboš Luňák
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák
2012-03-07use the new license header, this file has been written by meLuboš Luňák
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-02-15Various string function clean upStephan Bergmann
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann
2011-07-10Do build sal unit tests for iOS, tooTor Lillqvist
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist
2011-05-22Cannot do unit testing when cross-compilingTor Lillqvist
2011-02-14Unit test cleanup for OUStringBuffer.Sébastien Le Ray
2011-02-14move this into comphelperCaolán McNamara
2011-02-10Add compareToNumeric to OUString & CoSébastien Le Ray
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-08Reflect the changes of 66b035b10d7d1803692056c8aca11e23095322e3 into the testsCaolán McNamara
2011-02-08Re-animated tests that were based on testshl.Wilhelm Pflueger
2011-02-08use local cppunittesterDavid Tardon
2011-02-07use locally built cppunittesterDavid Tardon
2011-02-07actually enable the STL adaptationDavid Tardon
2011-02-07add (pre|post)extstl.h around cppunit headersDavid Tardon
2011-02-07TESTSHL2LIB does not exist anymoreDavid Tardon
2011-02-07WaE: comparison between signed and unsigned integerDavid Tardon
2011-02-07add (pre|post)extstl.h around cppunit headersDavid Tardon
2011-02-07comment out the failing test case for nowDavid Tardon