Skip to content

Commit

Permalink
add 8.2 support to tests as described in sshushliapin/Sitecore.FakeDb…
Browse files Browse the repository at this point in the history
…#139 - still do not work
  • Loading branch information
dharnitski committed Sep 11, 2016
1 parent 0a75050 commit 11e1cfa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<databases>
<database id="core">
<patch:attribute name="type">Sitecore.Data.DefaultDatabase, Sitecore.Kernel</patch:attribute>
</database>
<database id="master">
<patch:attribute name="type">Sitecore.Data.DefaultDatabase, Sitecore.Kernel</patch:attribute>
</database>
<database id="web">
<patch:attribute name="type">Sitecore.Data.DefaultDatabase, Sitecore.Kernel</patch:attribute>
</database>
</databases>
<!-- EVENTING -->
<eventing defaultProvider="sitecore">
<providers>
<clear />
<add name="sitecore" type="Sitecore.Eventing.EventProvider, Sitecore.Kernel" systemDatabaseName="core" />
</providers>
</eventing>
</sitecore>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<Compile Include="TestData.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App_Config\Include\Sitecore.FakeDb.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Configuration\CrawlerShowInSearchResults.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 11e1cfa

Please sign in to comment.