]> git.saurik.com Git - wxWidgets.git/commit - tests/testableframe.h
Move getting the unit test event count from wxTestableFrame to the EventCounter class...
authorSteve Lamerton <steve.lamerton@gmail.com>
Sun, 11 Mar 2012 14:32:24 +0000 (14:32 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sun, 11 Mar 2012 14:32:24 +0000 (14:32 +0000)
commit744d91d41f4756ca4ec61f0a375068a239a6126f
tree38a9b3706a4276704e83288f7c51b83a72717ab5
parent6c6b938377211da1987c8b6e44134fb0f32c84df
Move getting the unit test event count from wxTestableFrame to the EventCounter class. This reduces the need to have wxTestableFrame pointers all over the unit testing code and should reduce bugs caused by counting the wrong events.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
tests/controls/bitmaptogglebuttontest.cpp
tests/controls/bookctrlbasetest.cpp
tests/controls/buttontest.cpp
tests/controls/checkboxtest.cpp
tests/controls/checklistboxtest.cpp
tests/controls/comboboxtest.cpp
tests/controls/frametest.cpp
tests/controls/gridtest.cpp
tests/controls/hyperlinkctrltest.cpp
tests/controls/listbasetest.cpp
tests/controls/listboxtest.cpp
tests/controls/listctrltest.cpp
tests/controls/ownerdrawncomboboxtest.cpp
tests/controls/radiobuttontest.cpp
tests/controls/richtextctrltest.cpp
tests/controls/slidertest.cpp
tests/controls/spinctrldbltest.cpp
tests/controls/spinctrltest.cpp
tests/controls/textctrltest.cpp
tests/controls/textentrytest.cpp
tests/controls/togglebuttontest.cpp
tests/controls/treectrltest.cpp
tests/controls/windowtest.cpp
tests/html/htmlwindow.cpp
tests/testableframe.cpp
tests/testableframe.h