WLK tests - where are the source files reffered to in logs?

Hello,

I am sorry if this question is off-topic or stupid.

I am testing a legacy FSFD using several tests from WLK.
Error messages in log files usually contain something similar to:

File = “d:\5429t\testsrc\basetest\core_file_services.…\paramtest.cpp”
Line = 182

When I was looking for “paramtest.cpp” in my test server, I found nothing (and the same for the other tests).

In some cases, the test messages in logs are not much descriptive - neither the name of the respective file nor the accurate values of the parameters used within the request are listed. As the tests usually send a lot of similar requests to the FSFD, it is sometimes difficult to identify the faulting request among the others (e.g. among all the test’s requests captured by procmon) and so it is difficult to find out what actually happened and how to reproduce the bug.

Is there any possibility to get the test sources or do you have some other tips how to simplify the interpretation of the test’s results?

Thank you in advance.

Lenka

Nothing so useful and source. This is particularly annoying when the test
just crashes!.

Is there any possibility to get the test sources or do you have some other
tips how to simplify the interpretation of the test’s results?

If its the IFS tests you are interested in, I happened upon
http://msdn.microsoft.com/en-us/library/ff563405(VS.85).aspx recently and
this might help.