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