Skip to content

Commit 49cbd23

Browse files
committed
Make test independent of online XSD schema
The test still needs to access <http://www.w3.org/2009/01/xml.xsd>, but at least we no longer depend on <http://x-road.eu/xsd/x-road.xsd>, which may be moved again.
1 parent 372b678 commit 49cbd23

File tree

2 files changed

+642
-1
lines changed

2 files changed

+642
-1
lines changed

ext/soap/tests/bugs/bug76348.wsdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
targetNamespace="http://example.x-road.eu/producer/">
88
<types>
99
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.x-road.eu/producer/">
10-
<import namespace="http://x-road.eu/xsd/x-road.xsd" schemaLocation="http://x-road.eu/xsd/x-road.xsd"/>
10+
<import namespace="http://x-road.eu/xsd/x-road.xsd" schemaLocation="bug76348.xsd"/>
1111
<import namespace="http://www.w3.org/XML/1998/namespace"
1212
schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
1313
<element name="exampleOperation">

0 commit comments

Comments
 (0)