From 689ffc860567f4a9013e08137a6eff2534bc535b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 3 May 2004 08:11:53 +0000 Subject: INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED 2004/03/24 08:23:33 lla 1.1.2.1: #116021# new tests --- sal/qa/rtl/ostring/rtl_str.xsce | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sal/qa/rtl/ostring/rtl_str.xsce (limited to 'sal/qa/rtl/ostring') diff --git a/sal/qa/rtl/ostring/rtl_str.xsce b/sal/qa/rtl/ostring/rtl_str.xsce new file mode 100644 index 000000000000..e7a624ae2710 --- /dev/null +++ b/sal/qa/rtl/ostring/rtl_str.xsce @@ -0,0 +1,26 @@ +# signaled with SIGNAL 11 +rtl_str.compare.compare_000 +rtl_str.compare.compare_000_1 + +rtl_str.compareIgnoreAsciiCase.compare_000 +rtl_str.compareIgnoreAsciiCase.compare_000_1 + +rtl_str.hashCode.hashCode_000 + +rtl_str.indexOfChar.indexOfChar_000 + +rtl_str.lastIndexOfChar.lastIndexOfChar_000 + +rtl_str.indexOfStr.indexOfStr_000 + +rtl_str.lastIndexOfStr.lastIndexOfStr_000 + +rtl_str.replaceChar.replaceChar_000 + +rtl_str.replaceChar_WithLength.replaceChar_WithLength_000_1 + +rtl_str.toAsciiLowerCase.toAsciiLowerCase_000 + +rtl_str.toAsciiUpperCase.toAsciiUpperCase_000 + +rtl_str.valueOfChar.valueOfChar_000 -- cgit