Remove partnerLinkType from test-import.wsdl (tested in jupiter.wsdl instead)

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1096234 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/itest/wsdlgen-runtime/src/main/resources/wsdl/test-import.wsdl b/itest/wsdlgen-runtime/src/main/resources/wsdl/test-import.wsdl
index f3446c4..cb8191b 100644
--- a/itest/wsdlgen-runtime/src/main/resources/wsdl/test-import.wsdl
+++ b/itest/wsdlgen-runtime/src/main/resources/wsdl/test-import.wsdl
@@ -23,7 +23,6 @@
                   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                   xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
                   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-                  xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
 	              name="test-import">
 
     <wsdl:import namespace="http://account3" location="/wsdl/test-import-nested.wsdl" />
@@ -47,9 +46,4 @@
         </wsdl:port>
     </wsdl:service>
 
-    <plnk:partnerLinkType name="AccountPartnerLinkType">
-        <plnk:role name="me" portType="account3:Account" />
-        <plnk:role name="you" portType="account3:Account" />
-    </plnk:partnerLinkType>
-
 </wsdl:definitions>