[LOCALSPL_APITEST]
authorColin Finck <colin@reactos.org>
Thu, 17 Nov 2016 22:23:28 +0000 (22:23 +0000)
committerColin Finck <colin@reactos.org>
Thu, 17 Nov 2016 22:23:28 +0000 (22:23 +0000)
commitaa84b232e59b37675296103cceaf27426f801b6e
treebad43bf11b1ad7839a7087b40dd0a5e513b4d7aa
parent180da765bcf3a873cffe5dbd09d81cfa49c1fe6b
[LOCALSPL_APITEST]
Add a test for fpGetPrintProcessorDirectory, the actual worker function inside localspl.dll at the end of the call chain.
With that final test, we should have enough information to implement 100% compatible versions of GetPrintProcessorDirectoryA/W and fpGetPrintProcessorDirectory.

[WINSPOOL_APITEST]
Initialize some more variables with bogus values to verify that they have actually changed.

Next step for CORE-12399

svn path=/trunk/; revision=73264
rostests/apitests/localspl/dll/CMakeLists.txt
rostests/apitests/localspl/dll/fpGetPrintProcessorDirectory.c [new file with mode: 0644]
rostests/apitests/localspl/dll/main.c
rostests/apitests/localspl/testlist.c
rostests/apitests/localspl/tests.c
rostests/apitests/winspool/GetPrintProcessorDirectory.c