wxWidgets/tests/controls
Vadim Zeitlin 81b62354dc Fix wxTextCtrl contents corruption with long strings in wxMSW.
wxMSW automatically extended wxTextCtrl length limit beyond the tiny standard
32KB when it was exceeded, but part of the text being appended into the
control was lost when doing it.

Fix this by retrying insertion after extending the limit.

Closes #15980.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-20 00:32:34 +00:00
..
bitmapcomboboxtest.cpp
bitmaptogglebuttontest.cpp
bookctrlbasetest.cpp
bookctrlbasetest.h
buttontest.cpp
checkboxtest.cpp
checklistboxtest.cpp
choicebooktest.cpp
choicetest.cpp
comboboxtest.cpp Don't leave dangling comboboxes in the GUI unit test suite. 2013-10-14 15:08:02 +00:00
dataviewctrltest.cpp
datepickerctrltest.cpp
dialogtest.cpp
frametest.cpp
gaugetest.cpp
gridtest.cpp
headerctrltest.cpp
htmllboxtest.cpp
hyperlinkctrltest.cpp
itemcontainertest.cpp
itemcontainertest.h
label.cpp
listbasetest.cpp
listbasetest.h
listbooktest.cpp
listboxtest.cpp
listctrltest.cpp
listviewtest.cpp
markuptest.cpp
notebooktest.cpp
ownerdrawncomboboxtest.cpp Don't leave dangling comboboxes in the GUI unit test suite. 2013-10-14 15:08:02 +00:00
pickerbasetest.cpp
pickerbasetest.h
pickertest.cpp
radioboxtest.cpp
radiobuttontest.cpp
rearrangelisttest.cpp
richtextctrltest.cpp
searchctrltest.cpp
simplebooktest.cpp
slidertest.cpp
spinctrldbltest.cpp
spinctrltest.cpp
textctrltest.cpp Fix wxTextCtrl contents corruption with long strings in wxMSW. 2014-02-20 00:32:34 +00:00
textentrytest.cpp
textentrytest.h
togglebuttontest.cpp
toolbooktest.cpp
treebooktest.cpp
treectrltest.cpp Work around a failure in TreeCtrlTestCase::SelectionChange() unit test. 2013-10-14 15:07:51 +00:00
treelistctrltest.cpp
virtlistctrltest.cpp
webtest.cpp
windowtest.cpp