reactos/rostests
Colin Finck 4cc7302baf - It actually wasn't a very good idea to authenticate against the MD5 password hash instead of the password itself.
This didn't really improve security, but just made things more difficult for the user. Change that, so the web service and rosautotest expect a password in the "rosautotest.ini" file now.
- Read the "rosautotest.ini" from the application's directory instead of the Windows directory.
- Little adjustmensts here and there

svn path=/trunk/; revision=38655
2009-01-08 23:09:10 +00:00
..
apitests Tests for NtGdiCreateDIBSection and NtGdiExtTextOutW 2009-01-08 00:34:38 +00:00
dibtests - Enhance test with icon drawing 2008-11-25 16:50:25 +00:00
drivers - kmtest: Don't use user mode types 2008-11-26 18:43:27 +00:00
dxtest - Remove WINVER definition. 2008-11-02 19:07:00 +00:00
regtests_by_casper - Hey STDCALL, you just got deprecated from rostests 2008-11-29 21:37:54 +00:00
rosautotest - 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
tests modified tests/pseh2/psehtest.c 2008-12-30 04:04:51 +00:00
win32 - Hey STDCALL, you just got deprecated from rostests 2008-11-29 21:37:54 +00:00
winetests enable oleaut32_winetest 2009-01-05 08:02:13 +00:00
.gitignore Adding rostests as part of the tree restructure 2007-03-06 11:01:08 +00:00
copying Move tests from rosapps to rostests 2007-03-06 11:10:43 +00:00
directory.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
readme.txt Move tests from rosapps to rostests 2007-03-06 11:10:43 +00:00

$Id: readme.txt 21229 2006-03-05 13:57:35Z frik85 $

====================
ReactOS Tests
====================

This directory contains various tests for ReactOS.
Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module.