Update xunit.runner.kre => xunit.runner.aspnet.

This commit is contained in:
N. Taylor Mullen 2015-03-12 16:05:53 -07:00
parent 7e3acd9506
commit 385fa29407
11 changed files with 22 additions and 22 deletions

View File

@ -8,11 +8,11 @@
"Microsoft.Framework.PropertyHelper.Internal": { "version": "1.0.0-*", "type": "build" }, "Microsoft.Framework.PropertyHelper.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.CopyOnWriteDictionary.Internal": { "version": "1.0.0-*", "type": "build" }, "Microsoft.Framework.CopyOnWriteDictionary.Internal": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.NotNullAttribute.Internal": { "version": "1.0.0-*", "type": "build" }, "Microsoft.Framework.NotNullAttribute.Internal": { "version": "1.0.0-*", "type": "build" },
"xunit.runner.kre": "1.0.0-*", "xunit.runner.aspnet": "2.0.0-aspnet-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*" "Microsoft.Framework.DependencyInjection": "1.0.0-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {

View File

@ -1471,7 +1471,7 @@ namespace Microsoft.AspNet.Mvc.Routing
// The new routedata is a copy // The new routedata is a copy
Assert.Equal("Index", context.RouteData.Values["action"]); Assert.Equal("Index", context.RouteData.Values["action"]);
Assert.Equal("Index", nestedRouteData.Values["action"]); Assert.Equal("Index", nestedRouteData.Values["action"]);
Assert.None(context.RouteData.Values, kvp => kvp.Key == "test_route_group"); Assert.DoesNotContain(context.RouteData.Values, kvp => kvp.Key == "test_route_group");
Assert.Single(nestedRouteData.Values, kvp => kvp.Key == "test_route_group"); Assert.Single(nestedRouteData.Values, kvp => kvp.Key == "test_route_group");
Assert.Empty(context.RouteData.Routers); Assert.Empty(context.RouteData.Routers);
@ -1514,7 +1514,7 @@ namespace Microsoft.AspNet.Mvc.Routing
// The new routedata is a copy // The new routedata is a copy
Assert.Equal("Index", context.RouteData.Values["action"]); Assert.Equal("Index", context.RouteData.Values["action"]);
Assert.Equal("Index", nestedRouteData.Values["action"]); Assert.Equal("Index", nestedRouteData.Values["action"]);
Assert.None(context.RouteData.Values, kvp => kvp.Key == "test_route_group"); Assert.DoesNotContain(context.RouteData.Values, kvp => kvp.Key == "test_route_group");
Assert.Single(nestedRouteData.Values, kvp => kvp.Key == "test_route_group"); Assert.Single(nestedRouteData.Values, kvp => kvp.Key == "test_route_group");
Assert.Empty(context.RouteData.Routers); Assert.Empty(context.RouteData.Routers);

View File

@ -7,10 +7,10 @@
"Microsoft.AspNet.Mvc.Xml" : "6.0.0-*", "Microsoft.AspNet.Mvc.Xml" : "6.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { } "dnx451": { }

View File

@ -56,10 +56,10 @@
"ViewComponentWebSite": "1.0.0", "ViewComponentWebSite": "1.0.0",
"WebApiCompatShimWebSite": "1.0.0", "WebApiCompatShimWebSite": "1.0.0",
"XmlFormattersWebSite": "1.0.0", "XmlFormattersWebSite": "1.0.0",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {

View File

@ -7,10 +7,10 @@
"Microsoft.AspNet.Mvc.ModelBinding": "", "Microsoft.AspNet.Mvc.ModelBinding": "",
"Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },

View File

@ -3,10 +3,10 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*", "Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {

View File

@ -8,10 +8,10 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc.Razor": "6.0.0-*", "Microsoft.AspNet.Mvc.Razor": "6.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {

View File

@ -3,10 +3,10 @@
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-*", "Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*", "Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {

View File

@ -4,10 +4,10 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc" : "6.0.0-*", "Microsoft.AspNet.Mvc" : "6.0.0-*",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {

View File

@ -6,10 +6,10 @@
"Microsoft.AspNet.Mvc.WebApiCompatShim": "6.0.0-*", "Microsoft.AspNet.Mvc.WebApiCompatShim": "6.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": {}, "dnx451": {},

View File

@ -7,10 +7,10 @@
"Microsoft.AspNet.Mvc.Xml" : "6.0.0-*", "Microsoft.AspNet.Mvc.Xml" : "6.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*",
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.kre": "1.0.0-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.kre" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { } "dnx451": { }