]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/bstream.cpp
Simple implementation of wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL for MSW
[wxWidgets.git] / tests / streams / bstream.cpp
index 856a40633bbe3daac2f47336fe84d684ea3ce95a..82cbc34d6c6376e8600094e211f27a33671bb6b7 100644 (file)
@@ -46,6 +46,7 @@ Test *StreamCase::suite()
      * Register all sub stream test suites.
      */
 
+#if 0
     STREAM_REGISTER_SUB_SUITE(memStream);
     STREAM_REGISTER_SUB_SUITE(strStream);
     STREAM_REGISTER_SUB_SUITE(fileStream);
@@ -58,6 +59,9 @@ Test *StreamCase::suite()
     Test *lfs = GetlargeFileSuite();
     if (lfs)
         suite->addTest(lfs);
+#endif
+
+    STREAM_REGISTER_SUB_SUITE(socketStream);
 
     /*
     ** Add more stream subtests here