From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据
---
force-app/main/default/classes/TransferShippmentReceived5ControllerTest.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/TransferShippmentReceived5ControllerTest.cls b/force-app/main/default/classes/TransferShippmentReceived5ControllerTest.cls
index e38c9ec..808dd9b 100644
--- a/force-app/main/default/classes/TransferShippmentReceived5ControllerTest.cls
+++ b/force-app/main/default/classes/TransferShippmentReceived5ControllerTest.cls
@@ -386,13 +386,13 @@
TransferShippmentReceived5Controller controller = new TransferShippmentReceived5Controller();
+ Test.startTest();
controller.init();
System.assertEquals(true, controller.esdList[0].editable);
- // Test.startTest();
controller.esdList[0].rec.Inspection_result_after__c = 'OK';
controller.save();
- // Test.stopTest();
+ Test.stopTest();
List<TransferApplyDetail__c> erList;
erList = [select Inspection_result_after__c from TransferApplyDetail__c WHERE Id=:controller.esdList[0].rec.Id];
--
Gitblit v1.9.1