Add test for absence of events from wxSpinCtrlDouble ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 16:59:54 +0000 (16:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 16:59:54 +0000 (16:59 +0000)
commit36a0190ebd5bd9a7302f60f6dcd608b80574e21c
tree930de04b0528025a30cfd170f555a0f4a40ed271
parentd96ec58bf68323c0968972bd4dde37abe95c0235
Add test for absence of events from wxSpinCtrlDouble ctor.

Run the same NoEventsInCtor() test as we already had for wxSpinCtrl for
wxSpinCtrlDouble as well.

Unfortunately currently there is no way to reuse the tests between these two
classes, we should refactor these test cases to use a common
SpinCtrlTestCaseBase<T> base class.

See #15375 which fixed the underlying bug.

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