Author: cwittich
Date: Sun Jan 18 08:10:28 2009
New Revision: 38892
URL:
http://svn.reactos.org/svn/reactos?rev=38892&view=rev
Log:
re enable pipe tests
Modified:
trunk/rostests/winetests/kernel32/pipe.c
Modified: trunk/rostests/winetests/kernel32/pipe.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/kernel32/pipe.c…
==============================================================================
--- trunk/rostests/winetests/kernel32/pipe.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/kernel32/pipe.c [iso-8859-1] Sun Jan 18 08:10:28 2009
@@ -1327,9 +1327,6 @@
{
HMODULE hmod;
- skip("ROS-HACK: Skipping pipe tests -- ros' npfs is in a sorry
state\n");
- return;
-
hmod = GetModuleHandle("advapi32.dll");
pDuplicateTokenEx = (void *) GetProcAddress(hmod, "DuplicateTokenEx");