diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-11-18 15:36:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-11-18 15:36:25 +0000 |
commit | 74d6280ae22986b5daae66009c1cee934bf313aa (patch) | |
tree | 99bb64e25fc735266eb5ddff95d64793facf5470 /sal/qa/libs2test.txt | |
parent | c9addcfa573fff23cd859ad0de56df4c859cdbbf (diff) |
INTEGRATION: CWS qadev13 (1.7.2); FILE MERGED
2003/11/04 12:13:50 lla 1.7.2.2: #112598# due to problems with thread testing, now this test is done at last.
2003/10/31 08:14:45 lla 1.7.2.1: #112598# add ByteSequence, new rtl xString toDouble valueOf tests
Diffstat (limited to 'sal/qa/libs2test.txt')
-rw-r--r-- | sal/qa/libs2test.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sal/qa/libs2test.txt b/sal/qa/libs2test.txt index b9c19606bc0a..5733149c2f2c 100644 --- a/sal/qa/libs2test.txt +++ b/sal/qa/libs2test.txt @@ -1,6 +1,6 @@ # This file contain a list of todos for testshl2 automated tests. # -# $Id: libs2test.txt,v 1.7 2003-10-06 13:39:31 vg Exp $ +# $Id: libs2test.txt,v 1.8 2003-11-18 16:36:25 kz Exp $ # # Legend: # there exist 2 formats @@ -14,7 +14,7 @@ # LLA: marked as deprecated by Stephan Bergmann -# ByteSequence +ByteSequence OStringBuffer ; OStringBuffer @@ -22,8 +22,11 @@ rtl_strings ; rtl_OUString rtl_strings ; rtl_OString rtl_strings ; rtl_OUStringBuffer +# replacements for old rtl::XString tests +rtl/oustring; rtl_OUString2 +rtl/ostring; rtl_OString2 + osl/file ; File -osl/process ; Thread osl/socket ; Socket osl/mutex ; Mutex osl/pipe ; Pipe @@ -34,7 +37,9 @@ osl/security ; Security rtl/math ; rtl_math - +# LLA: Due to the fact, that thread testing seams to be little bit error prone, now +# check this at the end. +osl/process ; Thread # not ready yet # strings ; test_oustring |