shlwapi/tests: Silence some istream traces that generate too many lines.

This commit is contained in:
Francois Gouget 2015-05-12 12:38:35 +02:00 committed by Alexandre Julliard
parent 7d5af1d889
commit 7411c72e82
1 changed files with 2 additions and 1 deletions

View File

@ -483,7 +483,8 @@ static void test_SHCreateStreamOnFileEx(DWORD mode, DWORD stgm)
static const CHAR testEx_txt[] = "\\testEx.txt";
BOOL delret;
trace("SHCreateStreamOnFileEx: testing mode %d, STGM flags %08x\n", mode, stgm);
if (winetest_debug > 1)
trace("SHCreateStreamOnFileEx: testing mode %d, STGM flags %08x\n", mode, stgm);
/* Don't used a fixed path for the testEx.txt file */
GetTempPathA(MAX_PATH, test_fileA);