Skip to content

Commit 792a635

Browse files
committed
remove unused UtilsTest and Tests files; add UtilsTests in NUnit for endpoint parsing and utility functions
1 parent d0470ba commit 792a635

File tree

4 files changed

+266
-224
lines changed

4 files changed

+266
-224
lines changed

samples/Apache.IoTDB.Samples/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ public static async Task Main(string[] args)
5050

5151
rootCommand.SetHandler(async (string single, List<string> multi) =>
5252
{
53-
var utilsTest = new UtilsTest();
54-
utilsTest.TestParseEndPoint();
55-
5653
SessionPoolTest sessionPoolTest;
5754

5855
if (!string.IsNullOrEmpty(single) && (multi == null || multi.Count == 0))

samples/Apache.IoTDB.Samples/UtilsTest.cs

Lines changed: 0 additions & 184 deletions
This file was deleted.

tests/Apache.IoTDB.Tests/Tests.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)