Unstable v0.19.3.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#nullable enable
|
||||
using System.Net;
|
||||
using Barotrauma.Networking;
|
||||
using Xunit;
|
||||
|
||||
namespace TestProject;
|
||||
|
||||
public class EndpointComparisonTests
|
||||
{
|
||||
[Fact]
|
||||
public void TestLidgrenAddress()
|
||||
{
|
||||
Assert.True(new LidgrenAddress(IPAddress.Loopback) == new LidgrenAddress(IPAddress.IPv6Loopback));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user