Fix one bogus test in setupapi:devclass

Ignore only bitmap font tests in gdi32:font

svn path=/trunk/; revision=41073
This commit is contained in:
Sylvain Petreolle 2009-05-23 12:59:46 +00:00
parent 758a04d9d9
commit 7ab0e77533
2 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,6 @@ static void test_SetupDiClassGuidsFromNameA(void)
SetLastError( 0xdeadbeef );
ok( !SetupDiClassGuidsFromNameA( test_class_name, NULL, 0, &required_size ),
"Fail expected\n" );
SetLastError( 0xdeadbeef );
ok( GetLastError() == ERROR_INSUFFICIENT_BUFFER,
"Expected error %lx, got %lx\n", ERROR_INSUFFICIENT_BUFFER, GetLastError() );
ok( required_size > 0, "Expected > 0, got %lu\n", required_size );