diff --git a/src/Orchard.Tests/Orchard.Tests.csproj b/src/Orchard.Tests/Orchard.Tests.csproj
index fc3a13ca9..e2ed9d66c 100644
--- a/src/Orchard.Tests/Orchard.Tests.csproj
+++ b/src/Orchard.Tests/Orchard.Tests.csproj
@@ -156,7 +156,8 @@
-
+
+
diff --git a/src/Orchard.Tests/Stubs/StubHttpContext.cs b/src/Orchard.Tests/Stubs/StubHttpContext.cs
index 06ea5e955..b2becb8f4 100644
--- a/src/Orchard.Tests/Stubs/StubHttpContext.cs
+++ b/src/Orchard.Tests/Stubs/StubHttpContext.cs
@@ -1,8 +1,11 @@
+using System.Collections;
+using System.Collections.Generic;
using System.Web;
namespace Orchard.Tests.Stubs {
public class StubHttpContext : HttpContextBase {
private readonly string _appRelativeCurrentExecutionFilePath;
+ private readonly IDictionary _items = new Dictionary