diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 08:11:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 08:11:53 +0000 |
commit | 689ffc860567f4a9013e08137a6eff2534bc535b (patch) | |
tree | 4d632ef2a51da69613827bb191eb91fa6489a22a /sal/qa | |
parent | 3eb4e938696165ee37ab226488af30412ea60636 (diff) |
INTEGRATION: CWS qadev17 (1.1.2); FILE ADDED
2004/03/24 08:23:33 lla 1.1.2.1: #116021# new tests
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/rtl/ostring/rtl_str.xsce | 26 |
1 files changed, 26 insertions, 0 deletions
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 |