office-gobmx/sal/qa/rtl_strings
2010-12-10 18:31:39 +01:00
..
export.exp
makefile.mk changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
readme.txt
rtl_old_testostring.cxx Add vim/emacs modelines to all source files 2010-10-14 17:04:31 +02:00
rtl_old_testowstring.cxx RTL_CONSTASCII_USTRINGPARAM in ure 1 2010-12-10 18:31:39 +01:00
rtl_old_teststrbuf.cxx RTL_CONSTASCII_USTRINGPARAM in ure 1 2010-12-10 18:31:39 +01:00
rtl_OString.cxx Add vim/emacs modelines to all source files 2010-10-14 17:04:31 +02:00
rtl_OUString.cxx Remove redundant comments 2010-12-05 20:28:21 +00:00
rtl_OUStringBuffer.cxx Remove bogus WITH_CORE debug code which core dumps for sure 2010-11-08 17:12:03 +01:00
rtl_String_Const.h Remove redundant comments 2010-12-05 20:28:21 +00:00
rtl_String_Utils.cxx Remove redundant comments 2010-12-05 20:28:21 +00:00
rtl_String_Utils.hxx Remove redundant comments 2010-12-05 20:28:21 +00:00
rtl_String_Utils_Const.h Remove redundant comments 2010-12-05 20:28:21 +00:00

This is the old test implemantation of rtl::XString.
If you want to write new or better tests:
Identify the test function in the source and remark it.

The best way to remark old tests, go to the end of the source code and remark
only the test_rtl_<X>String_<function>(hRtlTestResult); so the test will not
executed any longer.

There are already some new tests for rtl::XString, take a look into the
directory sal/qa/rtl/ostring or sal/qa/rtl/oustring, where are some
replacements added.


Any other Questions?

Do not hesitate to contact me at 'lla<at>openoffice.org'.

best regards,
Lars