Skip to content

Commit 0d22c49

Browse files
committed
Revert "Disabled tests for GetComputerNameExW function"
This reverts commit bdee730.
1 parent bdee730 commit 0d22c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/THNETII.WinApi.Native.Test/SysInfoApi.Test/GetComputerNameEx.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static void Can_call_ansi_marshaling_extern_function(COMPUTER_NAME_FORMAT
9696
Assert.NotNull(path);
9797
}
9898

99-
[TheoryWindowsOS(Skip = "Disabled and blocked on https://github.com/thnetii/windows-api/pull/105")]
99+
[TheoryWindowsOS]
100100
[MemberData(nameof(Get_COMPUTER_NAME_FORMAT))]
101101
public static void Can_call_unicode_marshaling_extern_function(COMPUTER_NAME_FORMAT nameType)
102102
{
@@ -108,7 +108,7 @@ public static void Can_call_unicode_marshaling_extern_function(COMPUTER_NAME_FOR
108108
Assert.NotNull(path);
109109
}
110110

111-
[TheoryWindowsOS(Skip = "Disabled and blocked on https://github.com/thnetii/windows-api/pull/105")]
111+
[TheoryWindowsOS]
112112
[MemberData(nameof(Get_COMPUTER_NAME_FORMAT))]
113113
public static void Can_call_auto_marshaling_extern_function(COMPUTER_NAME_FORMAT nameType)
114114
{

0 commit comments

Comments
 (0)