Remove options order test cases
This commit is contained in:
parent
e4fe31a602
commit
b34dd3b812
|
|
@ -27,9 +27,6 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
||||||
[InlineData(typeof(IApiDescriptionProvider), null, -1000)]
|
[InlineData(typeof(IApiDescriptionProvider), null, -1000)]
|
||||||
[InlineData(typeof(IFilterProvider), null, -1000)]
|
[InlineData(typeof(IFilterProvider), null, -1000)]
|
||||||
[InlineData(typeof(IActionConstraintProvider), null, -1000)]
|
[InlineData(typeof(IActionConstraintProvider), null, -1000)]
|
||||||
// REVIEW: Options no longer has order
|
|
||||||
//[InlineData(typeof(IConfigureOptions<RazorViewEngineOptions>), null, -1000)]
|
|
||||||
//[InlineData(typeof(IConfigureOptions<MvcOptions>), null, -1000)]
|
|
||||||
public async Task ServiceOrder_GetOrder(Type serviceType, Type actualType, int order)
|
public async Task ServiceOrder_GetOrder(Type serviceType, Type actualType, int order)
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue