From 2f4492ee18f90274582fcc2bb06f5e9bf64136e8 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 13 五月 2022 17:32:14 +0800
Subject: [PATCH] ProdBackup0513
---
force-app/main/default/classes/SBG027TriggerHandleTest.cls | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/classes/SBG027TriggerHandleTest.cls b/force-app/main/default/classes/SBG027TriggerHandleTest.cls
index 562a0aa..94f341e 100644
--- a/force-app/main/default/classes/SBG027TriggerHandleTest.cls
+++ b/force-app/main/default/classes/SBG027TriggerHandleTest.cls
@@ -1,9 +1,6 @@
@isTest
public class SBG027TriggerHandleTest {
static String setdata(){
- //add by sushanhu 20220415 start
- TestDataUtility.CreatePIPolicyConfiguration('SBG027');
- //add by sushanhu 20220415 end
Id pricebookId = Test.getStandardPricebookId();
Pricebook2 pricebook = new Pricebook2(
Name = 'IE',
@@ -109,7 +106,7 @@
opp.Dealer__c = buyer.Id;
opp.RecordTypeId = rectOpp[0].Id;
opp.OwnerId = UserInfo.getUserId();
- opp.StageName = 'Phase3';//淇敼涓篜rospect Created 鍘熸潵鏄疨hase3
+ opp.StageName = 'Phase3';
opp.CurrencyIsoCode = 'CNY';
opp.ProductSegment__c = 'IE';
opp.CloseDate = Date.today();
--
Gitblit v1.9.1