mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
@@ -45,6 +45,7 @@ namespace Jellyfin.Networking.Tests
|
||||
[InlineData("fd23:184f:2029:0::/56", "fd24:184f:2029:0:3139:7386:67d7:d517")]
|
||||
[InlineData("fd23:184f:2029:0::/56, !fd23:184f:2029:0:3139:7386:67d7:d500/120", "fd23:184f:2029:0:3139:7386:67d7:d517")]
|
||||
[InlineData("fd23:184f:2029:0::/56", "192.168.10.60")]
|
||||
[InlineData("2001:abcd:abcd:6b40::0/60", "192.168.10.60")]
|
||||
public void InNetwork_False_Success(string network, string value)
|
||||
{
|
||||
var ip = IPAddress.Parse(value);
|
||||
|
||||
Reference in New Issue
Block a user