From 33f8bf766d1360526f07f3407ec228671280bc5d Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 22 Nov 2025 09:14:34 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9B=B4=E6=96=B0=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- binding/csharp/IP2Region.Net.Test/SearcherTest.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/binding/csharp/IP2Region.Net.Test/SearcherTest.cs b/binding/csharp/IP2Region.Net.Test/SearcherTest.cs index da9f840..1c85420 100644 --- a/binding/csharp/IP2Region.Net.Test/SearcherTest.cs +++ b/binding/csharp/IP2Region.Net.Test/SearcherTest.cs @@ -110,10 +110,6 @@ public class SearcherTest var ipAddress = IPAddress.Parse(ipStr); var region = fileSearcher.Search(ipAddress); Assert.Equal(expected, region); - - var ip = XDB.Util.IpAddressToUInt32(ipAddress); - region = fileSearcher.Search(ip); - Assert.Equal(expected, region); } [Theory]