Tag the wslc.exe test classes with WSLC test category (#40469)
Blue committed
May 8, 2026 at 15:10 UTC
bcdcf01cde350a6a799c77b3d1e5d848f4e67d4f
5 files changed
+5
-5
test/windows/wslc/WSLCCLICredStorageUnitTests.cpp
+1
-1
@@ -27,7 +27,7 @@ namespace WSLCCredStorageUnitTests {
27
28
class WSLCCLICredStorageUnitTests
29
{
30
- WSL_TEST_CLASS(WSLCCLICredStorageUnitTests)
30
+ WSLC_TEST_CLASS(WSLCCLICredStorageUnitTests)
31
32
FileCredStorage m_fileStorage;
33
WinCredStorage m_winCredStorage;
test/windows/wslc/WSLCCLISettingsUnitTests.cpp
+1
-1
@@ -69,7 +69,7 @@ static void WriteFile(const std::filesystem::path& path, std::string_view conten
69
70
class WSLCCLISettingsUnitTests
71
{
72
- WSL_TEST_CLASS(WSLCCLISettingsUnitTests)
72
+ WSLC_TEST_CLASS(WSLCCLISettingsUnitTests)
73
74
TEST_CLASS_SETUP(TestClassSetup)
75
{
test/windows/wslc/WSLCPortParserUnitTests.cpp
+1
-1
@@ -23,7 +23,7 @@ using namespace wsl::windows::wslc::models;
23
24
class WSLCPortParserUnitTests
25
{
26
- WSL_TEST_CLASS(WSLCPortParserUnitTests)
26
+ WSLC_TEST_CLASS(WSLCPortParserUnitTests)
27
28
TEST_CLASS_SETUP(TestClassSetup)
29
{
test/windows/wslc/WSLCVolumeMountUnitTests.cpp
+1
-1
@@ -22,7 +22,7 @@ namespace WSLCVolumeMount {
22
23
class WSLCVolumeMountUnitTests
24
{
25
- WSL_TEST_CLASS(WSLCVolumeMountUnitTests)
25
+ WSLC_TEST_CLASS(WSLCVolumeMountUnitTests)
26
27
TEST_METHOD(VolumeMount_Parse_ReturnExpectedResult)
28
{
test/windows/wslc/e2e/WSLCE2EImageTagTests.cpp
+1
-1
@@ -22,7 +22,7 @@ using namespace wsl::shared::string;
22
23
class WSLCE2EImageTagTests
24
{
25
- WSL_TEST_CLASS(WSLCE2EImageTagTests)
25
+ WSLC_TEST_CLASS(WSLCE2EImageTagTests)
26
27
TEST_METHOD_SETUP(MethodSetup)
28
{