Browse Source

Prevent xml.xsd from being downloaded whilst running xml editor unit tests.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5680 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 16 years ago
parent
commit
b48dc4a228
  1. 4
      src/AddIns/DisplayBindings/XmlEditor/Test/Resources/XMLSchema.xsd
  2. 4
      src/AddIns/DisplayBindings/XmlEditor/Test/Resources/xhtml1-strict-modified.xsd

4
src/AddIns/DisplayBindings/XmlEditor/Test/Resources/XMLSchema.xsd

@ -88,14 +88,14 @@ @@ -88,14 +88,14 @@
towards the end of this schema document</xs:documentation>
</xs:annotation>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd">
<!--<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd">
<xs:annotation>
<xs:documentation>
Get access to the xml: attribute groups for xml:lang
as declared on 'schema' and 'documentation' below
</xs:documentation>
</xs:annotation>
</xs:import>
</xs:import>-->
<xs:complexType name="openAttrs">
<xs:annotation>

4
src/AddIns/DisplayBindings/XmlEditor/Test/Resources/xhtml1-strict-modified.xsd

@ -28,8 +28,8 @@ @@ -28,8 +28,8 @@
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<!--<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>-->
<xs:annotation>
<xs:documentation>

Loading…
Cancel
Save