From 2df9d8f09898f9cf3353e0d07a3bd8edd3dfa168 Mon Sep 17 00:00:00 2001 From: Brennan Date: Tue, 16 Dec 2014 10:44:13 -0800 Subject: [PATCH] Update tests to use official xunit --- test/E2ETests/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index ceb87814f2..93dd9b63ec 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -1,7 +1,7 @@ { "compilationOptions": { "warningsAsErrors": "true" }, "commands": { - "test": "Xunit.KRunner" + "test": "xunit.runner.kre" }, "dependencies": { "Microsoft.AspNet.Server.IIS": "1.0.0-*", @@ -9,7 +9,7 @@ "Microsoft.AspNet.WebUtilities": "1.0.0-*", "Microsoft.AspNet.SignalR.Client": "2.1.1", "Microsoft.Web.Administration": "7.0.0", - "Xunit.KRunner": "1.0.0-*" + "xunit.runner.kre": "1.0.0-*" }, "frameworks": { "aspnet50": {