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
This commit is contained in:
Vadim Zeitlin
2008-06-01 19:16:15 +00:00
parent 0a1863bca2
commit 35a19b88d9

View File

@@ -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