From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 force-app/main/default/classes/SI_NewQuoteEntryControllerTest.cls |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/classes/SI_NewQuoteEntryControllerTest.cls b/force-app/main/default/classes/SI_NewQuoteEntryControllerTest.cls
index 90c5d01..aa3e8d7 100644
--- a/force-app/main/default/classes/SI_NewQuoteEntryControllerTest.cls
+++ b/force-app/main/default/classes/SI_NewQuoteEntryControllerTest.cls
@@ -247,7 +247,7 @@
             QuoteLineItem item01 = insertQuoteLineItem( quote, entryCNY);
             QuoteLineItem item02 = insertQuoteLineItem( quote, entryCNY);
 
-            System.Test.startTest();
+            // System.Test.startTest();
             //瑕嬬銉囥兗銈挎绱�
             opprtunity = [SElECT Id, Opportunity_no__c, CurrencyIsoCode FROM Opportunity WHERE Id = :opp.id];
             //test5( opp, quote , QuotePage);
@@ -488,7 +488,7 @@
             QuoteLineItem item01 = insertQuoteLineItem( quote, entryUSD);
             QuoteLineItem item02 = insertQuoteLineItem( quote, entryUSD);
 
-            System.Test.startTest();
+            // System.Test.startTest();
             //瑕嬬銉囥兗銈挎绱�
             opprtunity = [SElECT Id, Opportunity_no__c, CurrencyIsoCode FROM Opportunity WHERE Id = :opp.id];
             //test5( opp, quote , QuotePage);
@@ -763,6 +763,7 @@
         QuotePage.oppId = null;
         QuotePage.init();
         QuotePage.Save();
+        System.Test.startTest();
         QuotePage.DownloadCsv();
         QuotePage.QuoteConfirm();
         User u = new User(id = UserInfo.getUserId());

--
Gitblit v1.9.1