Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-May-2021 | - | ||||
export.exp | H A D | 22-May-2021 | 24 | 2 | 1 | |
makefile.mk | H A D | 22-May-2021 | 4.2 KiB | 149 | 61 | |
readme.txt | H A D | 22-May-2021 | 592 | 21 | 13 | |
rtl_OString.cxx | H A D | 22-May-2021 | 116.5 KiB | 3,602 | 2,457 | |
rtl_OUString.cxx | H A D | 22-May-2021 | 129.3 KiB | 3,855 | 2,660 | |
rtl_OUStringBuffer.cxx | H A D | 22-May-2021 | 69.5 KiB | 1,820 | 1,431 | |
rtl_String_Const.h | H A D | 22-May-2021 | 33.9 KiB | 882 | 612 | |
rtl_String_Utils.cxx | H A D | 22-May-2021 | 13.3 KiB | 590 | 395 | |
rtl_String_Utils.hxx | H A D | 22-May-2021 | 4.6 KiB | 134 | 58 | |
rtl_String_Utils_Const.h | H A D | 22-May-2021 | 2.5 KiB | 71 | 21 | |
rtl_old_testostring.cxx | H A D | 22-May-2021 | 9 KiB | 263 | 160 | |
rtl_old_testowstring.cxx | H A D | 22-May-2021 | 20.3 KiB | 418 | 216 | |
rtl_old_teststrbuf.cxx | H A D | 22-May-2021 | 8.2 KiB | 266 | 160 |
readme.txt
1This is the old test implemantation of rtl::XString. 2If you want to write new or better tests: 3Identify the test function in the source and remark it. 4 5The best way to remark old tests, go to the end of the source code and remark 6only the test_rtl_<X>String_<function>(hRtlTestResult); so the test will not 7executed any longer. 8 9There are already some new tests for rtl::XString, take a look into the 10directory sal/qa/rtl/ostring or sal/qa/rtl/oustring, where are some 11replacements added. 12 13 14Any other Questions? 15 16Do not hesitate to contact me at 'lla<at>openoffice.org'. 17 18best regards, 19Lars 20 21