[KMTEST] Fix duplicated test names to stop testman from blowing up
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 18 Nov 2023 08:43:50 +0000 (10:43 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 18 Nov 2023 13:01:06 +0000 (15:01 +0200)
modules/rostests/kmtests/kmtest/testlist.c
modules/rostests/kmtests/kmtest_drv/testlist.c

index 9f9197e..60ab4bb 100644 (file)
@@ -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 },
 };
index 1bc9fd0..9ef9922 100644 (file)
@@ -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 }
 };