https://git.reactos.org/?p=reactos.git;a=commitdiff;h=908cda5ee496cd4be6dfcbdb4ece949fe192df29

commit 908cda5ee496cd4be6dfcbdb4ece949fe192df29
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Sat Nov 18 10:43:50 2023 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sat Nov 18 15:01:06 2023 +0200

    [KMTEST] Fix duplicated test names to stop testman from blowing up
---
 modules/rostests/kmtests/kmtest/testlist.c     | 2 +-
 modules/rostests/kmtests/kmtest_drv/testlist.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/rostests/kmtests/kmtest/testlist.c 
b/modules/rostests/kmtests/kmtest/testlist.c
index 9f9197e3bff..60ab4bb4534 100644
--- a/modules/rostests/kmtests/kmtest/testlist.c
+++ b/modules/rostests/kmtests/kmtest/testlist.c
@@ -71,7 +71,7 @@ const KMT_TEST TestList[] =
     { "TcpIpTdi",                     Test_TcpIpTdi },
     { "TcpIpConnect",                 Test_TcpIpConnect },
 #ifdef _M_AMD64
-    { "RtlCaptureContext",            Test_RtlCaptureContext },
+    { "RtlCaptureContextUM",          Test_RtlCaptureContext },
 #endif
     { NULL,                           NULL },
 };
diff --git a/modules/rostests/kmtests/kmtest_drv/testlist.c 
b/modules/rostests/kmtests/kmtest_drv/testlist.c
index 1bc9fd00336..9ef992257ee 100644
--- a/modules/rostests/kmtests/kmtest_drv/testlist.c
+++ b/modules/rostests/kmtests/kmtest_drv/testlist.c
@@ -169,7 +169,7 @@ const KMT_TEST TestList[] =
     { "ZwMapViewOfSection",                 Test_ZwMapViewOfSection },
     { "ZwWaitForMultipleObjects",           Test_ZwWaitForMultipleObjects},
 #ifdef _M_AMD64
-    { "RtlCaptureContext",                  Test_RtlCaptureContext },
+    { "RtlCaptureContextKM",                Test_RtlCaptureContext },
 #endif
     { NULL,                                 NULL }
 };

Reply via email to