[Modcplusplus-devel] (barbee-) apr_cplusplus/test test_anyfile.cpp
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2002-02-23 21:15:52
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : test Dir : apr_cplusplus/test Modified Files: test_anyfile.cpp Log Message: that sleep was just in there for debugging. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/test/test_anyfile.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- test_anyfile.cpp 23 Feb 2002 04:09:36 -0000 1.1 +++ test_anyfile.cpp 23 Feb 2002 21:15:51 -0000 1.2 @@ -4,7 +4,6 @@ #include "apr.h" #include "cpp_exception.h" #include "cpp_anyfile.h" -#include <unistd.h> /* this test only works on unix */ static int test_info(apr_pool_t *pool) { @@ -54,7 +53,6 @@ if (file->Perms() != newPerms) { printf("Unable to update permissions. Is %d, should be %d.\n", (int)(file->Perms()), (int)newPerms); - sleep(10); res = 1; } |