Merge the new GUI tests from SOC2010_GUI_TEST branch.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Aug 2010 22:16:05 +0000 (22:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Aug 2010 22:16:05 +0000 (22:16 +0000)
commit232fdc630c42eb165f7659981043e794be03b3b7
treeaf9d02291774047835f38c5368b3d3834635ea3b
parent571d991bb3232f0dcd3319dbdc9d35e5c80f4c71
Merge the new GUI tests from SOC2010_GUI_TEST branch.

Add a lot of tests for many wx GUI classes.

Add tests using the new wxUIActionSimulator class but disable them under OS X
as too many of them currently fail there.

Refactor the test suite to make organizing the existing tests and adding the
new ones easier.

Improve documentation using the information gathered while testing the
classes. Also update the documentation of the testing system itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
79 files changed:
autoconf_inc.m4
docs/tech/tn0017.txt
interface/wx/animate.h
interface/wx/artprov.h
interface/wx/combobox.h
interface/wx/html/htmlwin.h
interface/wx/listctrl.h
interface/wx/richtext/richtextctrl.h
interface/wx/treectrl.h
samples/uiaction/uiaction.dsw [deleted file]
samples/uiaction/uiaction_vc7.sln [deleted file]
samples/uiaction/uiaction_vc8.sln [deleted file]
samples/uiaction/uiaction_vc9.sln [deleted file]
tests/Makefile.in
tests/asserthelper.cpp [new file with mode: 0644]
tests/asserthelper.h [new file with mode: 0644]
tests/config/config.cpp
tests/controls/bitmapcomboboxtest.cpp [new file with mode: 0644]
tests/controls/bitmaptogglebuttontest.cpp [new file with mode: 0644]
tests/controls/bookctrlbasetest.cpp [new file with mode: 0644]
tests/controls/bookctrlbasetest.h [new file with mode: 0644]
tests/controls/buttontest.cpp [new file with mode: 0644]
tests/controls/checkboxtest.cpp [new file with mode: 0644]
tests/controls/checklistboxtest.cpp [new file with mode: 0644]
tests/controls/choicebooktest.cpp [new file with mode: 0644]
tests/controls/choicetest.cpp [new file with mode: 0644]
tests/controls/comboboxtest.cpp
tests/controls/frametest.cpp [new file with mode: 0644]
tests/controls/gaugetest.cpp [new file with mode: 0644]
tests/controls/gridtest.cpp [new file with mode: 0644]
tests/controls/hyperlinkctrltest.cpp [new file with mode: 0644]
tests/controls/itemcontainertest.cpp [new file with mode: 0644]
tests/controls/itemcontainertest.h [new file with mode: 0644]
tests/controls/label.cpp
tests/controls/listbasetest.cpp [new file with mode: 0644]
tests/controls/listbasetest.h [new file with mode: 0644]
tests/controls/listbooktest.cpp [new file with mode: 0644]
tests/controls/listboxtest.cpp [new file with mode: 0644]
tests/controls/listctrltest.cpp
tests/controls/listviewtest.cpp [new file with mode: 0644]
tests/controls/notebooktest.cpp [new file with mode: 0644]
tests/controls/pickerbasetest.cpp [new file with mode: 0644]
tests/controls/pickerbasetest.h [new file with mode: 0644]
tests/controls/pickertest.cpp [new file with mode: 0644]
tests/controls/radioboxtest.cpp [new file with mode: 0644]
tests/controls/radiobuttontest.cpp [new file with mode: 0644]
tests/controls/rearrangelisttest.cpp [new file with mode: 0644]
tests/controls/richtextctrltest.cpp [new file with mode: 0644]
tests/controls/slidertest.cpp [new file with mode: 0644]
tests/controls/spinctrldbltest.cpp [new file with mode: 0644]
tests/controls/spinctrltest.cpp [new file with mode: 0644]
tests/controls/textctrltest.cpp
tests/controls/textentrytest.cpp
tests/controls/textentrytest.h
tests/controls/togglebuttontest.cpp [new file with mode: 0644]
tests/controls/toolbooktest.cpp [new file with mode: 0644]
tests/controls/treebooktest.cpp [new file with mode: 0644]
tests/controls/treectrltest.cpp
tests/controls/windowtest.cpp [new file with mode: 0644]
tests/events/stopwatch.cpp
tests/graphics/colour.cpp
tests/html/htmlwindow.cpp
tests/image/image.cpp
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/net/socket.cpp
tests/sizers/boxsizer.cpp
tests/test.bkl
tests/test.cpp
tests/test_test_gui.dsp
tests/test_vc7_test_gui.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9_test_gui.vcproj
tests/testableframe.cpp [new file with mode: 0644]
tests/testableframe.h [new file with mode: 0644]
tests/testprec.h
tests/window/setsize.cpp