wxWidgets/tests/controls
Vadim Zeitlin 4f9ccec517 Add wxBookCtrlBase::DoSetSelectionAfterRemoval() and use it in wxSimplebook.
This fixes the wrong handling of the selection in wxSimplebook when the
currently selected page was deleted.

Also extend the unit tests to check for this bug.

Closes #15188.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-23 16:39:39 +00:00
..
bitmapcomboboxtest.cpp
bitmaptogglebuttontest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
bookctrlbasetest.cpp Add wxBookCtrlBase::DoSetSelectionAfterRemoval() and use it in wxSimplebook. 2013-06-23 16:39:39 +00:00
bookctrlbasetest.h No real changes, just simplify wxBookCtrlBase unit test a little. 2013-06-23 16:39:15 +00:00
buttontest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
checkboxtest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
checklistboxtest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
choicebooktest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
choicetest.cpp
comboboxtest.cpp adding exceptions for OSX 2013-06-13 00:08:27 +00:00
dataviewctrltest.cpp adding exceptions for OSX 2013-06-13 00:08:27 +00:00
datepickerctrltest.cpp
dialogtest.cpp Tests for wxTEST_DIALOG and wx/testing.h. 2012-11-01 16:45:14 +00:00
frametest.cpp using Destroy, as otherwise the remnants get into the way for some other tests 2013-06-13 00:11:18 +00:00
gaugetest.cpp
gridtest.cpp adding exceptions for OSX 2013-06-13 00:08:27 +00:00
headerctrltest.cpp
htmllboxtest.cpp
hyperlinkctrltest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
itemcontainertest.cpp
itemcontainertest.h
label.cpp
listbasetest.cpp Check wxListCtrl::GetItemRect() origin in the unit tests. 2013-06-13 13:57:51 +00:00
listbasetest.h
listbooktest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
listboxtest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
listctrltest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
listviewtest.cpp
markuptest.cpp
notebooktest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
ownerdrawncomboboxtest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
pickerbasetest.cpp
pickerbasetest.h
pickertest.cpp
radioboxtest.cpp
radiobuttontest.cpp adding exceptions for OSX 2013-06-13 00:08:27 +00:00
rearrangelisttest.cpp
richtextctrltest.cpp Reset row and columns count in wxRichTextTable::ClearTable(). 2013-05-26 13:14:48 +00:00
searchctrltest.cpp adding exceptions for OSX 2013-06-13 00:08:27 +00:00
simplebooktest.cpp Add a minimal unit test for wxSimplebook. 2013-06-23 16:38:51 +00:00
slidertest.cpp reusing existing API 2013-06-13 14:06:02 +00:00
spinctrldbltest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
spinctrltest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
textctrltest.cpp osx needs a refocus 2013-06-12 21:30:38 +00:00
textentrytest.cpp Fix typo in a closing "#endif" comment in the test. 2013-05-15 13:05:36 +00:00
textentrytest.h
togglebuttontest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
toolbooktest.cpp No real changes, just simplify wxBookCtrlBase unit test a little. 2013-06-23 16:39:15 +00:00
treebooktest.cpp Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
treectrltest.cpp fixing typo 2013-06-11 22:19:21 +00:00
treelistctrltest.cpp
virtlistctrltest.cpp
webtest.cpp Trying to blindly fix WebTestCase unit test failure. 2013-04-29 23:00:57 +00:00
windowtest.cpp 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. 2012-03-11 14:32:24 +00:00