Skip to content

Commit 2a75ece

Browse files
committed
Fixed test case names.
1 parent 90fd193 commit 2a75ece

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.config/dotnet-tools.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"isRoot": true,
44
"tools": {
55
"husky": {
6-
"version": "0.4.2",
6+
"version": "0.7.2",
77
"commands": [
88
"husky"
9-
]
9+
],
10+
"rollForward": false
1011
},
1112
"dotnet-format": {
1213
"version": "5.1.250801",
1314
"commands": [
1415
"dotnet-format"
15-
]
16+
],
17+
"rollForward": false
1618
}
1719
}
1820
}

Tests/CSharpCore/Unit/Messaging/MessageFactoryTestFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void TestGetV3()
151151
}
152152

153153
[Fact]
154-
public void TestGetRequestV3AuthPriv()
154+
public void TestGetRequestV3AuthPriv_MD5_DES()
155155
{
156156
if (!DESPrivacyProvider.IsSupported)
157157
{
@@ -194,7 +194,7 @@ public void TestGetRequestV3AuthPriv()
194194
}
195195

196196
[Fact]
197-
public void TestGetRequestV3AuthPrivAES()
197+
public void TestGetRequestV3AuthPriv_SHA1_AES()
198198
{
199199
if (!AESPrivacyProviderBase.IsSupported)
200200
{

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.100",
4+
"rollForward": "latestMinor"
5+
}
6+
}

0 commit comments

Comments
 (0)