From 64bdbbb783e674a9b038b2eb4f7ca0786e4b2a45 Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 1 Aug 2024 08:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96SUMMARY=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Entitys/TestFixtureManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rs.DeweyTester/Entitys/TestFixtureManager.cs b/Rs.DeweyTester/Entitys/TestFixtureManager.cs index ad736f0..5b1180d 100644 --- a/Rs.DeweyTester/Entitys/TestFixtureManager.cs +++ b/Rs.DeweyTester/Entitys/TestFixtureManager.cs @@ -617,7 +617,8 @@ namespace Rs.MotionPlat.Entitys // File.AppendAllText(summaryPath, CsvTitle); //} //File.AppendAllText(summaryPath, items[3]); - DevLog.Summary(CsvTitle, items[3]); + string csvContent = string.Join(",", items[3], items[4], items[5]); + DevLog.Summary(CsvTitle, csvContent); this.EndTestTime = DateTime.Now; this.LastCT = (EndTestTime - StartTestTime).TotalSeconds; TotalCount++;