diff options
Diffstat (limited to 'RhSolutions.ML.Tests/Tests.cs')
-rw-r--r-- | RhSolutions.ML.Tests/Tests.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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() |