]> git.saurik.com Git - wxWidgets.git/commit - tests/test_test.dsp
move console sample's interactive tests to two different CppUnit testsuites: Interact...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 21 Jun 2010 21:03:47 +0000 (21:03 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 21 Jun 2010 21:03:47 +0000 (21:03 +0000)
commit81ec0e15af36d4ade14cd9ebb01c9a53d262c9be
tree7a96e40d918dae471f1333fc9da081b73472459c
parent10dee2ae3f8b16d31f02cd9a472b77014d05f668
move console sample's interactive tests to two different CppUnit testsuites: InteractiveInputTestCase which requires user input and InteractiveOutputTestCase which outputs stuff to be checked from the user.
Leave in the console sample only a barebone console application (i.e. a real example).

Closes #11960

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
samples/console/console.cpp
tests/Makefile.in
tests/interactive/input.cpp [new file with mode: 0644]
tests/interactive/output.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/test_vc9_test.vcproj