summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* Report correct test nameChristophe JAILLET2012-07-081-1/+1
* Remove unused definesThomas Arnhold2012-07-021-5/+0
* Remove include guardsThomas Arnhold2012-06-293-72/+17
* rename unittest from ZeroMemory causing issues on windows.Michael Meeks2012-06-291-4/+4
* remove malingering legacy RCS tags.Michael Meeks2012-06-284-4/+4
* targetted re-work of cppunit pieces.Michael Meeks2012-06-2755-524/+385
* Remove various commented out definesThomas Arnhold2012-06-251-43/+0
* re-base on ALv2 code.Michael Meeks2012-06-225-121/+76
* re-base on ALv2 code.Michael Meeks2012-06-215-101/+83
* re-base on ALv2 code.Michael Meeks2012-06-215-29/+80
* targeted string re-workNorbert Thiebaud2012-06-0221-390/+390
* targeted string re-workNorbert Thiebaud2012-06-011-3/+3
* targeted string re-workNorbert Thiebaud2012-06-012-43/+43
* targeted string re-workNorbert Thiebaud2012-06-011-64/+58
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-086-26/+26
* WaE: msvc, unreachable codeCaolán McNamara2012-04-071-17/+7
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-25/+11
* reset the flag before checking it it will be set againLuboš Luňák2012-04-061-0/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-6/+6
* string literal O(U)StringBuffer ctors too, after allLuboš Luňák2012-04-062-11/+16
* Translated German comments to English in folder 'sal'.Mark Wolf2012-04-052-12/+11
* don't skip first cmdline argumentLuboš Luňák2012-04-031-2/+1
* fix crude command line arguments handlingLuboš Luňák2012-04-021-35/+45
* fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák2012-04-022-24/+11
* (const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák2012-03-291-3/+16
* CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák2012-03-282-12/+12
* gcc-4.0.1 SFINAE workaroundsLuboš Luňák2012-03-281-0/+4
* string literal overloads for OStringBufferLuboš Luňák2012-03-281-0/+31
* make unittest check also for invalid conversions with OUStringBufferLuboš Luňák2012-03-281-0/+3
* string literal overload for OUStringBuffer::insert()Luboš Luňák2012-03-281-0/+2
* use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák2012-03-282-16/+23
* SFINAE workarounds for gcc-4.0.1Luboš Luňák2012-03-281-0/+2
* more SFINAE to distinguish between const char* and const char[]Luboš Luňák2012-03-281-0/+28
* string literal overloads for rest of OString methodsLuboš Luňák2012-03-281-3/+57
* CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák2012-03-281-36/+36
* finish work-in-progress testLuboš Luňák2012-03-261-2/+1
* string literal overload for OString::operator=()Luboš Luňák2012-03-262-0/+52
* CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák2012-03-261-6/+6
* string literal overloads for OUStringBufferLuboš Luňák2012-03-261-0/+12
* removed duplicate includes in salTakeshi Abe2012-03-231-1/+0
* chmod -xTor Lillqvist2012-03-211-0/+0
* checked that we do not use OString ctor with literals with \0'sLuboš Luňák2012-03-134-24/+24
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-131-2/+10
* handle msvc not even compiling a test that should failLuboš Luňák2012-03-121-0/+5
* implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák2012-03-121-0/+1
* also check that string literals do not actually trigger OUString ctorsLuboš Luňák2012-03-121-19/+33
* unittest checking basic string literals OUString functions functionalityLuboš Luňák2012-03-121-0/+23
* unittests for some possible OUString string literal handling problemsLuboš Luňák2012-03-121-0/+30
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-111/+88
* make the OUString unittest ctor contain garbageLuboš Luňák2012-03-121-1/+1