uxtheme/tests: Use skip instead of trace.

This commit is contained in:
Paul Vriens 2008-10-20 23:03:05 +02:00 committed by Alexandre Julliard
parent 2b83936b3c
commit 3f68d42128
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ static void test_OpenThemeData(void)
ok( GetLastError() == E_PROP_ID_UNSUPPORTED,
"Expected GLE() to be E_PROP_ID_UNSUPPORTED, got 0x%08x\n",
GetLastError());
trace("No active theme, skipping rest of OpenThemeData tests\n");
skip("No active theme, skipping rest of OpenThemeData tests\n");
return;
}