[ros-diffs] [cwittich] 38892: re enable pipe tests

cwittich at svn.reactos.org cwittich at svn.reactos.org
Sun Jan 18 15:10:29 CET 2009


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?rev=38892&r1=38891&r2=38892&view=diff
==============================================================================
--- 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");
 



More information about the Ros-diffs mailing list