]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/bstream.cpp
Add a beginning of wxMenu unit test.
[wxWidgets.git] / tests / streams / bstream.cpp
index 856a40633bbe3daac2f47336fe84d684ea3ce95a..8c1db92164db1b24c64d47f959c8893b7d6328e3 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Hans Van Leemputten
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 Hans Van Leemputten
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx/wx.h".
@@ -53,6 +53,7 @@ Test *StreamCase::suite()
     STREAM_REGISTER_SUB_SUITE(tempStream);
     STREAM_REGISTER_SUB_SUITE(zlibStream);
     STREAM_REGISTER_SUB_SUITE(backStream);
+    STREAM_REGISTER_SUB_SUITE(socketStream);
 
     extern CppUnit::Test* GetlargeFileSuite();
     Test *lfs = GetlargeFileSuite();