From 35a19b88d90e6cee816b6bfb8b7526601e0bf957 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Jun 2008 19:16:15 +0000 Subject: [PATCH] define TEST_NET as 0 instead of leaving it undefined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/uris/uris.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/uris/uris.cpp b/tests/uris/uris.cpp index e688db7cf6..a24a4edb01 100644 --- a/tests/uris/uris.cpp +++ b/tests/uris/uris.cpp @@ -27,8 +27,8 @@ // Test wxURL & wxURI compat? #define TEST_URL wxUSE_URL -// Uncomment this to test stuff requiring real network access -#define TEST_NET +// Set this to 1 to test stuff requiring real network access +#define TEST_NET 0 // ---------------------------------------------------------------------------- // test class