Compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,7 +47,9 @@ class FileKindTestCase : public CppUnit::TestCase
|
|||||||
#endif
|
#endif
|
||||||
CPPUNIT_TEST(Stdin);
|
CPPUNIT_TEST(Stdin);
|
||||||
CPPUNIT_TEST(MemoryStream);
|
CPPUNIT_TEST(MemoryStream);
|
||||||
|
#if wxUSE_SOCKETS
|
||||||
CPPUNIT_TEST(SocketStream);
|
CPPUNIT_TEST(SocketStream);
|
||||||
|
#endif
|
||||||
CPPUNIT_TEST_SUITE_END();
|
CPPUNIT_TEST_SUITE_END();
|
||||||
|
|
||||||
void File();
|
void File();
|
||||||
@@ -55,7 +57,9 @@ class FileKindTestCase : public CppUnit::TestCase
|
|||||||
void Socket();
|
void Socket();
|
||||||
void Stdin();
|
void Stdin();
|
||||||
void MemoryStream();
|
void MemoryStream();
|
||||||
|
#if wxUSE_SOCKETS
|
||||||
void SocketStream();
|
void SocketStream();
|
||||||
|
#endif
|
||||||
|
|
||||||
void TestFILE(wxFFile& file, bool expected);
|
void TestFILE(wxFFile& file, bool expected);
|
||||||
void TestFd(wxFile& file, bool expected);
|
void TestFd(wxFile& file, bool expected);
|
||||||
|
Reference in New Issue
Block a user