From 8c9969ed3f0dff7ce7184b64a50a681b2b066a94 Mon Sep 17 00:00:00 2001 From: Youngjune Hong Date: Tue, 5 May 2015 03:07:19 -0700 Subject: [PATCH] Updated OpenIdConnectTest for a build break --- .../compiler/shared/Mocks/StartupOpenIdConnectTesting.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs b/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs index 7c59c4148a..dad138906f 100644 --- a/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs +++ b/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs @@ -14,6 +14,7 @@ using Microsoft.Framework.Logging; using Microsoft.Framework.Runtime; using MusicStore.Mocks.Common; using MusicStore.Mocks.OpenIdConnect; +using MusicStore.Components; using MusicStore.Models; namespace MusicStore @@ -105,6 +106,9 @@ namespace MusicStore services.AddCaching(); services.AddSession(); + // Add the system clock service + services.AddSingleton(); + // Configure Auth services.Configure(options => {