Fix build & tests after importing patches from MD

This commit is contained in:
Mikayla Hutchinson 2019-06-17 22:40:36 -04:00
Родитель 128a0b8a65
Коммит d7ba2f56f3
4 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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>