Skip to content

Commit 7cb8a38

Browse files
committed
Merge branch 'dev'
2 parents d074dbf + 4cecde3 commit 7cb8a38

23 files changed

+1399
-216
lines changed
Binary file not shown.

Jabberwocky.Glass.Autofac.Mvc.Tests/FakesAssemblies/Sitecore.Kernel.7.0.0.0.Fakes.xml

Lines changed: 653 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Jabberwocky.Glass.Autofac.Mvc.Tests/Jabberwocky.Glass.Autofac.Mvc.Tests.csproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,22 @@
5151
<SpecificVersion>False</SpecificVersion>
5252
<HintPath>..\packages\Glass.Mapper.Sc.4.0.3.51\lib\72\Glass.Mapper.Sc.dll</HintPath>
5353
</Reference>
54+
<Reference Include="HtmlAgilityPack">
55+
<HintPath>..\lib\Sitecore\Testing\HtmlAgilityPack.dll</HintPath>
56+
</Reference>
57+
<Reference Include="ITHit.WebDAV.Server">
58+
<HintPath>..\lib\Sitecore\Testing\ITHit.WebDAV.Server.dll</HintPath>
59+
</Reference>
60+
<Reference Include="Lucene.Net">
61+
<HintPath>..\lib\Sitecore\Testing\Lucene.Net.dll</HintPath>
62+
</Reference>
5463
<Reference Include="Microsoft.CSharp" />
64+
<Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
65+
<SpecificVersion>False</SpecificVersion>
66+
</Reference>
67+
<Reference Include="Mvp.Xml">
68+
<HintPath>..\lib\Sitecore\Testing\Mvp.Xml.dll</HintPath>
69+
</Reference>
5570
<Reference Include="NSubstitute, Version=1.8.1.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
5671
<HintPath>..\packages\NSubstitute.1.8.1.0\lib\net45\NSubstitute.dll</HintPath>
5772
<Private>True</Private>
@@ -60,6 +75,17 @@
6075
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
6176
<Private>True</Private>
6277
</Reference>
78+
<Reference Include="Sitecore.Kernel, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL">
79+
<SpecificVersion>False</SpecificVersion>
80+
<HintPath>..\lib\Sitecore\Sitecore.Kernel.dll</HintPath>
81+
</Reference>
82+
<Reference Include="Sitecore.Kernel.7.0.0.0.Fakes">
83+
<HintPath>FakesAssemblies\Sitecore.Kernel.7.0.0.0.Fakes.dll</HintPath>
84+
</Reference>
85+
<Reference Include="Sitecore.Logging, Version=1.2.0.30715, Culture=neutral, processorArchitecture=MSIL">
86+
<SpecificVersion>False</SpecificVersion>
87+
<HintPath>..\lib\Sitecore\Testing\Sitecore.Logging.dll</HintPath>
88+
</Reference>
6389
<Reference Include="Sitecore.Mvc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
6490
<SpecificVersion>False</SpecificVersion>
6591
<HintPath>..\lib\Sitecore\Sitecore.Mvc.dll</HintPath>
@@ -77,9 +103,11 @@
77103
<ItemGroup>
78104
<Compile Include="Models\Factory\AutofacViewModelFactoryTests.cs" />
79105
<Compile Include="Properties\AssemblyInfo.cs" />
106+
<Compile Include="Services\RenderingContextServiceTests.cs" />
80107
</ItemGroup>
81108
<ItemGroup>
82109
<None Include="app.config" />
110+
<Fakes Include="Fakes\Sitecore.Kernel.fakes" />
83111
<None Include="packages.config" />
84112
</ItemGroup>
85113
<ItemGroup>

0 commit comments

Comments
 (0)