wxWidgets/tests/controls
Steve Lamerton 39a18da1a8 Pass wxWANTS_CHARS to the wxRichTextCtrl constructor in the unit tests.
Fixes test failures caused by the return key being used for dialog navigation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-01-20 19:28:20 +00:00
..
bitmapcomboboxtest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
bitmaptogglebuttontest.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
bookctrlbasetest.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
bookctrlbasetest.h Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
buttontest.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
checkboxtest.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
checklistboxtest.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
choicebooktest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
choicetest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
comboboxtest.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
dataviewctrltest.cpp No changes, just fix the file name in the header comment of wxDVC test. 2011-08-27 14:11:31 +00:00
datepickerctrltest.cpp Fix bug when setting an out of range date in wxMSW wxDatePickerCtrl. 2011-06-19 22:46:45 +00:00
dialogtest.cpp Tests for wxTEST_DIALOG and wx/testing.h. 2012-11-01 16:45:14 +00:00
frametest.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
gaugetest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
gridtest.cpp Disable wxUIActionSimulator wxGrid tests using mouse under wxGTK. 2012-06-01 16:21:08 +00:00
headerctrltest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
htmllboxtest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
hyperlinkctrltest.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
itemcontainertest.cpp Keep the item being updated selected in wxMSW wxChoice::SetString(). 2011-12-16 19:47:58 +00:00
itemcontainertest.h Add "GTK" prefix to wxChoice::{Dis,En}ableEvents() methods in wxGTK. 2010-10-15 23:46:32 +00:00
label.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
listbasetest.cpp Add IsAutomaticTest() function to the unit tests. 2012-06-01 16:21:06 +00:00
listbasetest.h Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
listbooktest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
listboxtest.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
listctrltest.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
listviewtest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
markuptest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
notebooktest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
ownerdrawncomboboxtest.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
pickerbasetest.cpp Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
pickerbasetest.h Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
pickertest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
radioboxtest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
radiobuttontest.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
rearrangelisttest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
richtextctrltest.cpp Pass wxWANTS_CHARS to the wxRichTextCtrl constructor in the unit tests. 2013-01-20 19:28:20 +00:00
searchctrltest.cpp Fix wxSearchCtrl::HasFocus() in the generic version. 2013-01-20 02:09:44 +00:00
slidertest.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
spinctrldbltest.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
spinctrltest.cpp Fix setting initial wxSpinCtrl value outside 0..100 range in wxMSW. 2013-01-20 02:09:14 +00:00
textctrltest.cpp Run some wxTextCtrl unit test cases for single and multi-line controls. 2012-04-28 22:25:01 +00:00
textentrytest.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
textentrytest.h Compilation fix: forward declare wxTextEntry in unit tests code. 2010-08-23 18:54:59 +00:00
togglebuttontest.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
toolbooktest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
treebooktest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
treectrltest.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
treelistctrltest.cpp Add new wxTreeListCtrl class. 2011-08-27 14:11:03 +00:00
virtlistctrltest.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
webtest.cpp Add new WX_ASSERT_EVENT_OCCURS macro to improve behaviour of testing asynchronous events. Use it in the wxWebView tests and re-enable previously failing tests. 2012-03-12 14:57:44 +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