]> git.saurik.com Git - wxWidgets.git/commit
moved the check for correct implementation of wxEvent::Clone() to a unit test from...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 21:31:34 +0000 (21:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 21:31:34 +0000 (21:31 +0000)
commit031b101f099711eab5d9eb4893b8748bfa81743d
treee8c0369e735c508c914c3af26d6abcae7807d46f
parentddaf7a11c3571ea8aabe83952cc13624533d30e3
moved the check for correct implementation of wxEvent::Clone() to a unit test from wx startup code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
src/common/init.cpp
tests/Makefile.in
tests/events/clone.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_printfbench.vcproj
tests/test_vc7_test.vcproj
tests/test_vc7_test_gui.vcproj
tests/test_vc8_printfbench.vcproj
tests/test_vc8_test.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9.sln
tests/test_vc9_printfbench.vcproj
tests/test_vc9_test.vcproj
tests/test_vc9_test_gui.vcproj