Fix build & tests after importing patches from MD
This commit is contained in:
Родитель
128a0b8a65
Коммит
d7ba2f56f3
|
@ -9,6 +9,7 @@
|
|||
<Compile Remove="BaseXmlEditorExtension.cs" />
|
||||
<Compile Remove="XmlDocumentParser.cs" />
|
||||
<Compile Remove="XmlEditorOptions.cs" />
|
||||
<Compile Remove="XmlExpandSelectionHandler.cs" />
|
||||
<Compile Remove="XmlParsedDocument.cs" />
|
||||
<Compile Remove="XmlTextEditorExtension.cs" />
|
||||
</ItemGroup>
|
||||
|
@ -17,6 +18,7 @@
|
|||
<None Include="BaseXmlEditorExtension.cs" />
|
||||
<None Include="XmlDocumentParser.cs" />
|
||||
<None Include="XmlEditorOptions.cs" />
|
||||
<None Include="XmlExpandSelectionHandler.cs" />
|
||||
<None Include="XmlParsedDocument.cs" />
|
||||
<None Include="XmlTextEditorExtension.cs" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//
|
||||
//
|
||||
// ExpandSelectionTests.cs
|
||||
//
|
||||
// Author:
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace MonoDevelop.Xml.Tests.Formatting
|
|||
[SetUp]
|
||||
public void Init ()
|
||||
{
|
||||
textPolicy = new TextStylePolicy ();
|
||||
textPolicy = new TextStylePolicy ().WithEolMarker (EolMarker.Unix);
|
||||
xmlPolicy = new XmlFormattingPolicy ();
|
||||
}
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<ProjectReference Include="..\Xml\MonoDevelop.Xml.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="ExpandSelectionTests.cs" />
|
||||
<Compile Remove="Schema\SchemaAssociationTests.cs" />
|
||||
<Compile Remove="Schema\XmlSchemaNamespaceTests.cs" />
|
||||
</ItemGroup>
|
||||
|
@ -24,6 +25,7 @@
|
|||
<EmbeddedResource Include="Schema\XMLSchema.xsd" LogicalName="XMLSchema.xsd" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="ExpandSelectionTests.cs" />
|
||||
<None Include="Schema\SchemaAssociationTests.cs" />
|
||||
<None Include="Schema\XmlSchemaNamespaceTests.cs" />
|
||||
</ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче