From 093fafbb5e4a300c335747fe0b1edee239435458 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 14 Nov 2014 19:43:39 +0000 Subject: [PATCH] =?UTF-8?q?[KMTEST]=20Reenable=20tests=20for=20MCBs.=20The?= =?UTF-8?q?y=20got=20fixed=20by=20Herv=C3=A9=20in=20r65398.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ROSTESTS-106 #resolve #comment Fixed by Hervé in r65398. Thanks! svn path=/trunk/; revision=65401 --- rostests/kmtests/kmtest_drv/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/kmtests/kmtest_drv/testlist.c b/rostests/kmtests/kmtest_drv/testlist.c index bcf1e9b2333..e8981fda399 100644 --- a/rostests/kmtests/kmtest_drv/testlist.c +++ b/rostests/kmtests/kmtest_drv/testlist.c @@ -78,7 +78,7 @@ const KMT_TEST TestList[] = { "Example", Test_Example }, { "FsRtlExpression", Test_FsRtlExpression }, /* Skipped on testman. See ROSTESTS-106. */ - { "-FsRtlMcb", Test_FsRtlMcb }, + { "FsRtlMcb", Test_FsRtlMcb }, { "-FsRtlTunnel", Test_FsRtlTunnel }, { "IoCreateFile", Test_IoCreateFile }, { "IoDeviceInterface", Test_IoDeviceInterface },