]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/net/ipc.cpp
Use current time, not the Epoch for time zone determination.
[wxWidgets.git] / tests / net / ipc.cpp
index 267a0ee5f7b814e4b4e048a6f9837089021a1080..cb5549086993b76e416c75b4e6f9276c456e2e08 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vadim Zeitlin
 // RCS-ID:      $Id$
 // Copyright:   (c) 2008 Vadim Zeitlin
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx/wx.h".
     #pragma hdrstop
 #endif
 
-// FIXME: this tests currently hangs under Windows and this prevents buildbot
-//        builds from working so disabling it, but the real problem needs to
-//        be fixed, of course
-#ifndef __WXMSW__
+// FIXME: this tests currently sometimes hangs in Connect() for unknown reason
+//        and this prevents buildbot builds from working so disabling it, but
+//        the real problem needs to be fixed, of course
+#if 0
 
 // this test needs threads as it runs the test server in a secondary thread
 #if wxUSE_THREADS