diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-09-20 14:17:50 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-09-20 14:17:50 +0300 |
commit | 05ee01007d446cc1637cf0962c90fb917aea0039 (patch) | |
tree | 3e790c165fb18cbd1117c46599c300a139806d44 /RhSolutions.ML.Tests | |
parent | e60ad1cc337f2605098cb94d04df1c661521f372 (diff) |
Add REHAU waste branches
Diffstat (limited to 'RhSolutions.ML.Tests')
-rw-r--r-- | RhSolutions.ML.Tests/Tests.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/RhSolutions.ML.Tests/Tests.cs b/RhSolutions.ML.Tests/Tests.cs index 0349ddb..bf09d21 100644 --- a/RhSolutions.ML.Tests/Tests.cs +++ b/RhSolutions.ML.Tests/Tests.cs @@ -43,10 +43,8 @@ public class Tests } [TestCase("Тройник 50/50/45")] - [TestCase("Тройник 110 110 45")] - [TestCase("Тройник 50 50 87")] - [TestCase("Тройник 50 50 45")] - public void TPiecePianoTest(string name) + [TestCase("Тройник 50/50/45°")] + public void WastePipeBranchTest(string name) { Product p = new() { |