wxWidgets/tests/controls
Vadim Zeitlin d44bc7333a Use single quotes in wxMarkupText unit test to work around VC6 bug.
VC6 seems to have a strange bug with escaped quotes used in strings passed to
macros and failed to compile the original code with nonsensical error messages.

Use single quotes to try to work around this issue. They are also somewhat
more readable as they don't need to be escaped inside C strings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-02-27 18:36:55 +00:00
..
bitmapcomboboxtest.cpp
bitmaptogglebuttontest.cpp
bookctrlbasetest.cpp
bookctrlbasetest.h
buttontest.cpp
checkboxtest.cpp Add wxHAS_3STATE_CHECKBOX symbol. 2010-10-16 18:10:51 +00:00
checklistboxtest.cpp
choicebooktest.cpp
choicetest.cpp
comboboxtest.cpp
frametest.cpp
gaugetest.cpp
gridtest.cpp
headerctrltest.cpp
htmllboxtest.cpp Add wx(Simple)HtmlListBox unit test. 2010-11-27 11:34:34 +00:00
hyperlinkctrltest.cpp
itemcontainertest.cpp Fix MSVC warnings about signed to unsigned conversion in the tests. 2011-01-13 14:49:34 +00:00
itemcontainertest.h
label.cpp Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). 2011-02-27 12:47:26 +00:00
listbasetest.cpp
listbasetest.h
listbooktest.cpp
listboxtest.cpp Deselect all items in wxMSW wxListBox when selection is set to -1. 2010-11-23 13:10:54 +00:00
listctrltest.cpp
listviewtest.cpp
markuptest.cpp Use single quotes in wxMarkupText unit test to work around VC6 bug. 2011-02-27 18:36:55 +00:00
notebooktest.cpp
ownerdrawncomboboxtest.cpp Added OwnerDrawnComboBoxTestCase (currently only has copies of wxComboBox tests) 2010-12-20 13:55:40 +00:00
pickerbasetest.cpp
pickerbasetest.h
pickertest.cpp
radioboxtest.cpp
radiobuttontest.cpp
rearrangelisttest.cpp
richtextctrltest.cpp Tweak offset in the RichTextCtrlTestCase::UrlEvent() to make it pass. 2011-02-08 17:24:50 +00:00
slidertest.cpp Preserve value when changing range of inverted wxSlider in wxMSW. 2010-12-13 18:10:02 +00:00
spinctrldbltest.cpp
spinctrltest.cpp
textctrltest.cpp
textentrytest.cpp Add another test for the insertion point position after SetValue(). 2010-11-05 21:37:54 +00:00
textentrytest.h
togglebuttontest.cpp
toolbooktest.cpp
treebooktest.cpp
treectrltest.cpp Add an explicit SetFocus() call to fix wxTreeCtrl unit test. 2010-11-16 22:38:19 +00:00
virtlistctrltest.cpp Avoid asserts due to not overriding OnGetItemText() in VirtListCtrlTestCase. 2010-11-16 22:38:26 +00:00
windowtest.cpp