usp10/tests: Check return value of SelectObject.

This commit is contained in:
Austin English 2010-05-22 03:45:33 -05:00 committed by Alexandre Julliard
parent e0c7fb66c4
commit 21dac9f6cd
1 changed files with 1 additions and 0 deletions

View File

@ -1734,6 +1734,7 @@ START_TEST(usp10)
lf.lfWidth = 10;
hfont = SelectObject(hdc, CreateFontIndirectA(&lf));
ok(hfont != NULL, "SelectObject failed: %p\n", hfont);
test_ScriptItemize();
test_ScriptItemIzeShapePlace(hdc,pwOutGlyphs);