Add wxOVERRIDE to test files

And cleanup some tailing spaces and tabs.
This commit is contained in:
Maarten Bent
2018-07-29 11:09:17 +02:00
parent 56a51ad1e7
commit 57180d68c8
87 changed files with 252 additions and 252 deletions

View File

@@ -73,7 +73,7 @@ class FileKindTestCase : public CppUnit::TestCase
};
// test a wxFFile and wxFFileInput/OutputStreams of a known type
//
//
void FileKindTestCase::TestFILE(wxFFile& file, bool expected)
{
CPPUNIT_ASSERT(file.IsOpened());
@@ -191,7 +191,7 @@ void FileKindTestCase::MemoryStream()
}
// Stdin will usually be a terminal, if so then test it
//
//
void FileKindTestCase::Stdin()
{
if (isatty(0))