[GDI32_WINETEST]

[USER32_WINETEST]
Use Jira bug ids.

svn path=/trunk/; revision=60552
This commit is contained in:
Sylvain Petreolle 2013-10-05 22:20:32 +00:00
parent 2739584249
commit 5cd9f97182
3 changed files with 3 additions and 3 deletions

View file

@ -336,7 +336,7 @@ static void test_bitmap_font(void)
if(!winetest_interactive)
{
skip("reactos bug 5401: Skipping bitmap font tests!\n");
skip("reactos bug ROSTESTS-8: Skipping bitmap font tests!\n");
return;
}

View file

@ -1737,7 +1737,7 @@ static int compare_emf_bits(const HENHMETAFILE mf, const unsigned char *bits,
if(!winetest_interactive)
{
skip("skipping match_emf_record(), bug 5393\n");
skip("skipping match_emf_record(), bug ROSTESTS-4\n");
return 0;
}

View file

@ -7575,7 +7575,7 @@ START_TEST(win)
test_SetForegroundWindow(hwndMain);
if(!winetest_interactive)
skip("bug 5957: skipping test_shell_window, it crashes ros/win7 explorer\n");
skip("bug ROSTESTS-23: skipping test_shell_window, it crashes ros/win7 explorer\n");
else
test_shell_window();
test_handles( hwndMain );