diff --git a/rostests/winetests/gdi32/font.c b/rostests/winetests/gdi32/font.c index 9b2028183df..394ffb4dfb1 100644 --- a/rostests/winetests/gdi32/font.c +++ b/rostests/winetests/gdi32/font.c @@ -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; } diff --git a/rostests/winetests/gdi32/metafile.c b/rostests/winetests/gdi32/metafile.c index 870ff2f5b40..e10a72da752 100755 --- a/rostests/winetests/gdi32/metafile.c +++ b/rostests/winetests/gdi32/metafile.c @@ -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; } diff --git a/rostests/winetests/user32/win.c b/rostests/winetests/user32/win.c index 41546689c56..0dc610fb158 100644 --- a/rostests/winetests/user32/win.c +++ b/rostests/winetests/user32/win.c @@ -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 );