From 0953b3b5fcf19c627c6479a6b86648df653c40db Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期一, 09 五月 2022 17:50:33 +0800 Subject: [PATCH] SF PIPL Page Fix Lookup Required issue --- force-app/main/default/classes/SoapApiTest.cls | 17 +---------------- 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/force-app/main/default/classes/SoapApiTest.cls b/force-app/main/default/classes/SoapApiTest.cls index 8e73927..b5a286b 100644 --- a/force-app/main/default/classes/SoapApiTest.cls +++ b/force-app/main/default/classes/SoapApiTest.cls @@ -2,21 +2,6 @@ private class SoapApiTest { @isTest static void partnerSoapSforceComTest() { - // 銈炽兂銈广儓銉┿偗銉堛儐銈广儓 - new SobjectPartnerSoapSforceCom(); - new SobjectPartnerSoapSforceCom.sObject_x(); - new FaultPartnerSoapSforceCom(); - new FaultPartnerSoapSforceCom.ApiFault(); - new FaultPartnerSoapSforceCom.InvalidSObjectFault(); - new FaultPartnerSoapSforceCom.MalformedQueryFault(); - new FaultPartnerSoapSforceCom.InvalidIdFault(); - new FaultPartnerSoapSforceCom.MalformedSearchFault(); - new FaultPartnerSoapSforceCom.InvalidFieldFault(); - new FaultPartnerSoapSforceCom.ApiQueryFault(); - new FaultPartnerSoapSforceCom.UnexpectedErrorFault(); - new FaultPartnerSoapSforceCom.InvalidQueryLocatorFault(); - new FaultPartnerSoapSforceCom.LoginFault(); - new FaultPartnerSoapSforceCom.InvalidNewPasswordFault(); // PartnerSoapSforceCom 鏈綋 new PartnerSoapSforceCom(); new PartnerSoapSforceCom.Soap(); @@ -44,7 +29,7 @@ new PartnerSoapSforceCom.PicklistForRecordType(); new PartnerSoapSforceCom.PicklistEntry(); } -/* +/* 20151018 xud comment out @isTest static void partnerSoapSforceComMethodTest() { PartnerSoapSforceCom.Soap soap = new PartnerSoapSforceCom.Soap(); -- Gitblit v1.9.1