add more (currently skipped) add_file tests on win32

This commit is contained in:
Nick Mathewson 2010-05-08 16:47:07 -04:00
parent ad811cdc2b
commit 05de45d63f

View File

@ -1538,13 +1538,11 @@ struct testcase_t evbuffer_testcases[] = {
{ "peek", test_evbuffer_peek, 0, NULL, NULL },
{ "freeze_start", test_evbuffer_freeze, 0, &nil_setup, (void*)"start" },
{ "freeze_end", test_evbuffer_freeze, 0, &nil_setup, (void*)"end" },
#ifndef WIN32
/* TODO: need a temp file implementation for Windows */
{ "add_file_sendfile", test_evbuffer_add_file, TT_FORK, &nil_setup,
(void*)"sendfile" },
{ "add_file_mmap", test_evbuffer_add_file, TT_FORK, &nil_setup,
(void*)"mmap" },
#endif
{ "add_file_linear", test_evbuffer_add_file, TT_FORK, &nil_setup,
(void*)"linear" },