From e9dfd46e1d1d5944880d1e26a644291a4cf63e30 Mon Sep 17 00:00:00 2001 From: wangkaiyi Date: Tue, 27 Aug 2024 17:10:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=88=A0=E9=99=A4=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 --- TestProject1/TestProject1.csproj | 28 ---------------------------- TestProject1/UnitTest1.cs | 20 -------------------- 2 files changed, 48 deletions(-) delete mode 100644 TestProject1/TestProject1.csproj delete mode 100644 TestProject1/UnitTest1.cs diff --git a/TestProject1/TestProject1.csproj b/TestProject1/TestProject1.csproj deleted file mode 100644 index 580874e..0000000 --- a/TestProject1/TestProject1.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - net7.0 - enable - enable - - false - true - - - - - - - - - - - - - - - - - - - diff --git a/TestProject1/UnitTest1.cs b/TestProject1/UnitTest1.cs deleted file mode 100644 index 0f77ab7..0000000 --- a/TestProject1/UnitTest1.cs +++ /dev/null @@ -1,20 +0,0 @@ -using MasstransferCommon.Utils; -namespace TestProject1; - -public class Tests -{ - private string file_path = @"C:\Users\wangkaiyi\Downloads\JetBrains2023.1.zip"; - private string b = "5181b067ead5386800c291b70b2c9456"; - [SetUp] - public void Setup() - { - - } - - [Test] - public void Test1() - { - var a = Md5Util.Md5ForZipFile(file_path); - Console.WriteLine(a); - } -} \ No newline at end of file