]> git.saurik.com Git - wxWidgets.git/commit
Add a unit test checking selection updating in virtual wxListCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 2010 15:03:20 +0000 (15:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 2010 15:03:20 +0000 (15:03 +0000)
commit681694bca959aa25670a22ee70833f5a71e39fca
treec35f8ac85d00a02b5874c9ac7ac0b3a87d895d4e
parent0231d18f1aac3a64066f0b1dd5b1c979210528ea
Add a unit test checking selection updating in virtual wxListCtrl.

Verify that the selection is updated correctly after the number of items in
the control is decreased.

See #12378.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/Makefile.in
tests/controls/virtlistctrltest.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test_gui.dsp
tests/test_vc7_test_gui.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9_test_gui.vcproj