From 5ec23e9121e085b77b0cbd7a383c2641ebdf40e7 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Fri, 29 Sep 2023 15:46:00 +0300 Subject: Update TPiece --- RhSolutions.ML.Tests/Tests.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RhSolutions.ML.Tests/Tests.cs') diff --git a/RhSolutions.ML.Tests/Tests.cs b/RhSolutions.ML.Tests/Tests.cs index 64b75fd..653ebe4 100644 --- a/RhSolutions.ML.Tests/Tests.cs +++ b/RhSolutions.ML.Tests/Tests.cs @@ -32,6 +32,8 @@ public class Tests [TestCase("Тройник 20х20х20")] [TestCase("Тройник 32*32*32")] [TestCase("Тройник 50-50-32")] + [TestCase("Тройник, 40 - 20 - 40")] + [TestCase("Тройник, 50 - 32 - 50")] public void TPieceTest(string name) { Product p = new() -- cgit v1.2.3