reactos/rostests/rosautotest
Colin Finck be72d98a83 Convert all line-endings to LF first in StringOut before passing the strings to printf and OutputDebugStringA.
Both functions treat the string as text and convert the line-endings themselves to CRLF. If you already give them a CRLF line-ending, it'll be converted to CRCRLF..
By unifying the line-endings in StringOut, it is also possible now to pass both LF and CRLF to the function.

This should fix the empty lines in the BuildBot log.
Thanks to Christoph for the help!

svn path=/trunk/; revision=38840
2009-01-17 19:58:18 +00:00
..
main.c - It actually wasn't a very good idea to authenticate against the MD5 password hash instead of the password itself. 2009-01-08 23:09:10 +00:00
precomp.h Introducing the "ReactOS Automatic Testing Utility", superseding our current syssetup/cmd/dbgprint hack for running automatic regression tests. 2009-01-05 12:41:34 +00:00
rosautotest.rbuild Introducing the "ReactOS Automatic Testing Utility", superseding our current syssetup/cmd/dbgprint hack for running automatic regression tests. 2009-01-05 12:41:34 +00:00
shutdown.c Introducing the "ReactOS Automatic Testing Utility", superseding our current syssetup/cmd/dbgprint hack for running automatic regression tests. 2009-01-05 12:41:34 +00:00
tools.c Convert all line-endings to LF first in StringOut before passing the strings to printf and OutputDebugStringA. 2009-01-17 19:58:18 +00:00
webservice.c - It actually wasn't a very good idea to authenticate against the MD5 password hash instead of the password itself. 2009-01-08 23:09:10 +00:00
winetests.c Introducing the "ReactOS Automatic Testing Utility", superseding our current syssetup/cmd/dbgprint hack for running automatic regression tests. 2009-01-05 12:41:34 +00:00