git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15793
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#undef TEST_ALL
static const bool TEST_ALL = TRUE;
#else
#undef TEST_ALL
static const bool TEST_ALL = TRUE;
#else
static const bool TEST_ALL = FALSE;
#endif
static const bool TEST_ALL = FALSE;
#endif
puts("*** Testing wxDir::GetFirst/GetNext ***");
wxString cwd = wxGetCwd();
puts("*** Testing wxDir::GetFirst/GetNext ***");
wxString cwd = wxGetCwd();
- if ( wxDir::Exists(cwd) )
+ if ( !wxDir::Exists(cwd) )
{
printf("ERROR: current directory '%s' doesn't exist?\n", cwd.c_str());
return;
{
printf("ERROR: current directory '%s' doesn't exist?\n", cwd.c_str());
return;