reenable kernel32:pipe test

try and comment out test_read_write() in kernel32:file test,
it causes MDL PROBE FAILED errors

svn path=/trunk/; revision=43001
This commit is contained in:
Sylvain Petreolle 2009-09-06 13:11:11 +00:00
parent 144e14b5de
commit fdc770befb
2 changed files with 2 additions and 2 deletions

View file

@ -2811,7 +2811,7 @@ START_TEST(file)
test_MapFile();
test_GetFileType();
test_async_file_errors();
test_read_write();
//test_read_write();
test_OpenFile();
test_overlapped();
test_RemoveDirectory();

View file

@ -64,7 +64,7 @@ const struct test winetest_testlist[] =
{ "module", func_module },
{ "mailslot", func_mailslot },
{ "path", func_path },
//{ "pipe", func_pipe },
{ "pipe", func_pipe },
{ "process", func_process },
{ "profile", func_profile },
{ "resource", func_resource },