]> git.saurik.com Git - wxWidgets.git/commit - tests/streams/tempfile.cpp
Extract TestFile class in a separate header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 22:40:35 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 22:40:35 +0000 (22:40 +0000)
commitcaa96da73962c44562fe5744a5850855a2658fa0
tree19334d3cbefb2600fac153d789e36b30b2f7645b
parent40ac5040ce7de5b2849c01543cace239ad8a7639
Extract TestFile class in a separate header.

This allows to reuse it in the other tests which need to create a temporary
file automatically destroyed on test exit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/streams/tempfile.cpp
tests/testfile.h [new file with mode: 0644]