]> git.saurik.com Git - wxWidgets.git/commit
Correct wxFont::GetFamily() unit test to test for wxFONTFAMILY_DEFAULT.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Nov 2010 13:00:13 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Nov 2010 13:00:13 +0000 (13:00 +0000)
commitaa6b8882a48c2e1afffb82daed2655ec750a975a
tree0384cac0079320d4410fc958665478d0ecf1e36a
parentf9ee3f4710fcd55fe7012721a69cf08857eb1abe
Correct wxFont::GetFamily() unit test to test for wxFONTFAMILY_DEFAULT.

GetFamily() returns wxFONTFAMILY_DEFAULT and not wxFONTFAMILY_UNKNOWN since
r65670.

Correct the test to handle wxFONTFAMILY_DEFAULT as allowed value.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/font/fonttest.cpp