]> git.saurik.com Git - wxWidgets.git/commit
moved non-interactive tests for wxDynamicLibrary, wxGet/SetEnv, wxTempFile, wxCopyFil...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 13 Jun 2010 14:30:55 +0000 (14:30 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 13 Jun 2010 14:30:55 +0000 (14:30 +0000)
commit69fc85873dfe7a9ea4f25ffc34bec7c0ee719368
treeb766ed4898c74de9585c7c14d789190aa1fa781b
parent16a97d7e9a8ab3ad2c2086aac3c4c84a46754950
moved non-interactive tests for wxDynamicLibrary, wxGet/SetEnv, wxTempFile, wxCopyFile to appropriate CppUnit test suites;
removed wxFile and wxTextFile tests (complete testsuites already exist for them)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
interface/wx/filefn.h
samples/console/console.cpp
tests/Makefile.in
tests/file/filefn.cpp [new file with mode: 0644]
tests/file/filetest.cpp
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/misc/dynamiclib.cpp [new file with mode: 0644]
tests/misc/environ.cpp [new file with mode: 0644]
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/test_vc9_test.vcproj