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
This commit is contained in:
Francesco Montorsi
2010-06-21 21:03:47 +00:00
parent 10dee2ae3f
commit 81ec0e15af
13 changed files with 985 additions and 876 deletions

View File

@@ -369,6 +369,10 @@ SOURCE=.\hashes\hashes.cpp
# End Source File
# Begin Source File
SOURCE=.\interactive\input.cpp
# End Source File
# Begin Source File
SOURCE=.\intl\intltest.cpp
# End Source File
# Begin Source File
@@ -425,6 +429,10 @@ SOURCE=.\misc\module.cpp
# End Source File
# Begin Source File
SOURCE=.\interactive\output.cpp
# End Source File
# Begin Source File
SOURCE=.\misc\pathlist.cpp
# End Source File
# Begin Source File