INTEGRATION: CWS qadev17 (1.10.2); FILE MERGED
2004/04/22 06:57:53 lla 1.10.2.10: #116021# add rtl_logfile 2004/04/22 06:14:56 lla 1.10.2.9: #116021# add rtl_Uri test 2004/04/15 09:06:38 lla 1.10.2.8: #116021# forget ByteSequence 2004/04/14 12:03:59 lla 1.10.2.7: #116021# deprecated functions added 2004/04/13 13:19:33 lla 1.10.2.6: #116021# add new tests 2004/04/06 11:03:31 lla 1.10.2.5: #116021# conflicts solved 2004/04/06 07:07:32 mindyliu 1.10.2.4: #116021# add rtl_Process 2004/03/31 09:47:44 lla 1.10.2.3: #116021# add rtl_locate and rtl_Uuid 2004/03/26 11:51:15 lla 1.10.2.2: #116021# new tests 2004/03/24 08:40:03 lla 1.10.2.1: #116021# new tests
This commit is contained in:
parent
58ae19bec4
commit
a69de5f1f3
1 changed files with 54 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
# This file contain a list of todos for testshl2 automated tests.
|
||||
#
|
||||
# $Id: libs2test.txt,v 1.10 2004-03-19 14:45:42 obo Exp $
|
||||
# $Id: libs2test.txt,v 1.11 2004-05-03 08:54:20 rt Exp $
|
||||
#
|
||||
# Legend:
|
||||
# there exist 2 formats
|
||||
|
@ -14,33 +14,69 @@
|
|||
|
||||
|
||||
# LLA: marked as deprecated by Stephan Bergmann
|
||||
ByteSequence
|
||||
ByteSequence ; rtl_ByteSequence
|
||||
|
||||
OStringBuffer ; OStringBuffer
|
||||
OStringBuffer ; rtl_OStringBuffer
|
||||
|
||||
rtl_strings ; rtl_OUString
|
||||
rtl_strings ; rtl_OString
|
||||
rtl_strings ; rtl_OUStringBuffer
|
||||
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
|
||||
rtl/oustring ; rtl_OUString2
|
||||
rtl/ostring ; rtl_OString2
|
||||
|
||||
osl/file ; File
|
||||
osl/file ; osl_File
|
||||
# LLA: temporaly removed, there are lot of problems with our environment
|
||||
osl/socket ; Socket
|
||||
osl/mutex ; Mutex
|
||||
osl/pipe ; Pipe
|
||||
osl/semaphore ; Semaphore
|
||||
osl/condition ; Condition
|
||||
osl/module ; Module
|
||||
osl/security ; Security
|
||||
osl/socket ; osl_StreamSocket
|
||||
osl/socket ; osl_DatagramSocket
|
||||
osl/socket ; osl_SocketAddr
|
||||
osl/socket ; osl_Socket2
|
||||
osl/socket ; osl_ConnectorSocket
|
||||
osl/socket ; osl_AcceptorSocket
|
||||
|
||||
rtl/math ; rtl_math
|
||||
osl/mutex ; osl_Mutex
|
||||
osl/pipe ; osl_Pipe
|
||||
osl/semaphore ; osl_Semaphore
|
||||
osl/condition ; osl_Condition
|
||||
osl/module ; osl_Module
|
||||
osl/security ; osl_Security
|
||||
|
||||
rtl/math ; rtl_math
|
||||
rtl/math ; rtl_math2
|
||||
|
||||
# new 20040315
|
||||
rtl/alloc ; rtl_Alloc
|
||||
rtl/crc32 ; rtl_crc32
|
||||
rtl/digest ; rtl_digest
|
||||
rtl/bootstrap ; rtl_Bootstrap
|
||||
rtl/ostring ; rtl_str
|
||||
rtl/ostring ; rtl_string
|
||||
rtl/random ; rtl_Random
|
||||
|
||||
# new 20040324
|
||||
rtl/oustring ; rtl_ustr
|
||||
|
||||
# new 20040326
|
||||
rtl/cipher ; rtl_cipher
|
||||
|
||||
# new 20040331
|
||||
rtl/locale ; rtl_locale
|
||||
rtl/uuid ; rtl_Uuid
|
||||
rtl/process ; rtl_Process
|
||||
|
||||
# new 20040413
|
||||
rtl/textenc ; rtl_textcvt
|
||||
rtl/textenc ; rtl_tencinfo
|
||||
rtl/oustringbuffer; rtl_OUStringBuffer2
|
||||
|
||||
# new 20040420
|
||||
rtl/uri ; rtl_Uri
|
||||
rtl/logfile ; rtl_logfile
|
||||
|
||||
# LLA: Due to the fact, that thread testing seams to be little bit error prone, now
|
||||
# check this at the end.
|
||||
osl/process ; Thread
|
||||
osl/process ; osl_Thread
|
||||
|
||||
# not ready yet
|
||||
# strings ; test_oustring
|
||||
|
|
Loading…
Reference in a new issue