高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
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());