wxWidgets/tests
2008-12-21 12:16:06 +00:00
..
archive minor icc warning fixes 2008-11-19 09:55:27 +00:00
arrays no need to disable DoTestSwap() for VC6 any more with latest wx/cppunit.h 2008-11-22 14:33:09 +00:00
base64
benchmarks use TCP for this benchmark under Windows too (and not DDE) 2008-11-22 14:34:04 +00:00
cmdline
config define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available; use it to exclude the calls to these functions from the test to fix VC6 compilation 2008-11-03 13:36:08 +00:00
controls correct wrong #endif position which prevented ListCtrlTestCase::ItemRect() from being compiled under non-MSW 2008-12-21 02:58:41 +00:00
datetime fix wxTimeSpan::Format() for negative spans with 0 hour component (#10055) 2008-12-21 12:16:06 +00:00
events don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
filekind
filename fix comparison in Normalize() test 2008-11-19 11:52:04 +00:00
filesys
fontmap
formatconverter
geometry
hashes
html added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly 2008-10-15 15:55:25 +00:00
image
intl
lists replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs 2008-12-17 09:47:39 +00:00
longlong minor icc warning fixes 2008-11-19 09:55:27 +00:00
mbconv minor icc warning fixes 2008-11-19 09:55:27 +00:00
misc
net fix (harmless) VC7 warnings about auto_ptr assignment 2008-11-23 00:09:34 +00:00
regex minor icc warning fixes 2008-11-19 09:55:27 +00:00
scopeguard
streams minor icc warning fixes 2008-11-19 09:55:27 +00:00
strings minor icc warning fixes 2008-11-19 09:55:27 +00:00
textfile minor icc warning fixes 2008-11-19 09:55:27 +00:00
thread
uris
vectors added wxVector::resize() 2008-12-11 13:45:04 +00:00
weakref
window
xlocale use hex escapes instead of 8 bit characaters (#10105) 2008-10-23 13:08:02 +00:00
xml fix C strings comparison in LoadSave() test in STL build 2008-10-10 21:12:51 +00:00
dummy.cpp
makefile.bcc extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
makefile.gcc extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
Makefile.in extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
makefile.vc extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
makefile.wat extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
test_printfbench.dsp rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_test_gui.dsp extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
test_test.dsp don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc7_printfbench.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc7_test_gui.vcproj extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
test_vc7_test.vcproj don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc8_printfbench.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc8_test_gui.vcproj extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
test_vc8_test.vcproj don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc9_printfbench.vcproj rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
test_vc9_test_gui.vcproj extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
test_vc9_test.vcproj don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps 2008-10-27 22:04:42 +00:00
test_vc9.sln
test.bkl extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later 2008-12-03 21:53:10 +00:00
test.cpp don't show assert message boxes in debug build but throw an exception if an assert unexpectedly fails; do check that expected asserts are generated 2008-12-21 02:28:55 +00:00
testdata.fc
testprec.h don't show assert message boxes in debug build but throw an exception if an assert unexpectedly fails; do check that expected asserts are generated 2008-12-21 02:28:55 +00:00