hbelusca@svn.reactos.org wrote:
[SECUR32_APITEST]: Add the beginnings of an apitest for secur32, based on code by Samuel Serapion & MSDN. What needs to be fixed here, is the client/server code to communicate the results back to the main test app being running. Work in progress.
I have implemented short and simple WineTest-compatible client/server code in localspl_apitest. The server is the application that is tested through rosautotest. For every test, it starts the client, sends the test name over a pipe and outputs the received testing output. The client simply has stdout redirected to a pipe and can then use usual WineTest ok() functions for testing.
Check out rostests/apitests/localspl (server) and rostests/apitests/localspl/dll (client). Hope that helps!
- Colin