Have you opened the "result window" for the test? All console output
should be shown there when running unit tests with MSTest.

I.e. simply dblclick on the test in the result list and you should see
all console output for the test (assertion traces for instance are not
shown here but in the debug output window).

Drawback is off course that you don't see the sql statements until
test has completed this way, but as Ken suggested you can change this
by grabbing console's output.

On Jan 14, 6:05 am, Plácido Bisneto <[email protected]> wrote:
> Hello,
>
> I'm having some trouble when using NH.
> The show_sql property is true but all the sql generated is not shown in the
> Output Window.
> If I use the same config file in a Windows Forms app, works well.
> Any tips?
>
> thanks in advance!
>
> Plácido Bisneto - .NET Developer
-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.


Reply via email to