From 1b1347f2e6d40aa75bbfdfb4789d60efeff13ea8 Mon Sep 17 00:00:00 2001
From: GWY <guweiyiscp096@foxmail.com>
Date: 星期五, 15 四月 2022 09:41:12 +0800
Subject: [PATCH] LS内贸未发货和以后的不显示二级经营证(临时)
---
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