Fix tests compilation with wxUSE_TOOLTIPS==0 as in wxX11.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Oct 2010 10:41:39 +0000 (10:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Oct 2010 10:41:39 +0000 (10:41 +0000)
commitfa38073670aed659204460bb7484bc16c30f5b1b
tree7ca795cb028fe0be96bcb2aabad4d18bce2ab984
parentf5b7586bfe3b6da4a565393aed2a6229e6a009d0
Fix tests compilation with wxUSE_TOOLTIPS==0 as in wxX11.

Unit test suite didn't compile in wxX11 build because it doesn't support
tooltips, just disable the relevant test then.

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