James Hawkins : msi: Trace the username to help debug test failures on certain machines.
Module: wine Branch: master Commit: a7d5adc91f3c1f9e6b68d66e342f0b19004ace7f URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7d5adc91f3c1f9e6b68d66e34... Author: James Hawkins <truiken(a)gmail.com> Date: Wed Feb 25 20:15:37 2009 -0800 msi: Trace the username to help debug test failures on certain machines. --- dlls/msi/tests/source.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/msi/tests/source.c b/dlls/msi/tests/source.c index b508a15..192f010 100644 --- a/dlls/msi/tests/source.c +++ b/dlls/msi/tests/source.c @@ -3145,6 +3145,8 @@ static void test_MsiSourceListAddSource(void) size = MAX_PATH; GetUserNameA(ptr, &size); + trace("username: %s\n", username); + /* GetLastError is not set by the function */ /* NULL szProduct */
participants (1)
-
Alexandre Julliard