From eba7d1fcae938e5e98baa761d1dca2c0804623cd Mon Sep 17 00:00:00 2001 From: maumar Date: Sun, 8 Nov 2020 22:10:36 -0800 Subject: [PATCH] Removing references to #12591 from the procedural test generation --- .../ProceduralQueryExpressionGenerator.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/EFCore.Specification.Tests/TestUtilities/QueryTestGeneration/ProceduralQueryExpressionGenerator.cs b/test/EFCore.Specification.Tests/TestUtilities/QueryTestGeneration/ProceduralQueryExpressionGenerator.cs index eeacacd39e3..c52cba407d6 100644 --- a/test/EFCore.Specification.Tests/TestUtilities/QueryTestGeneration/ProceduralQueryExpressionGenerator.cs +++ b/test/EFCore.Specification.Tests/TestUtilities/QueryTestGeneration/ProceduralQueryExpressionGenerator.cs @@ -158,14 +158,6 @@ static ProcedurallyGeneratedQueryExecutor() "Project_single_element_from_collection_with_OrderBy_Distinct_and_FirstOrDefault", "Only one expression can be specified in the select list when the subquery is not introduced with EXISTS."); // 12580 - AddExpectedFailure("Optional_navigation_type_compensation_works_with_DTOs", "Value cannot be null."); // 12591 - AddExpectedFailure("ToString_with_formatter_is_evaluated_on_the_client", "Value cannot be null."); // 12591 - AddExpectedFailure("Select_expression_datetime_add_hour", "Value cannot be null."); // 12591 - AddExpectedFailure("Select_expression_long_to_string", "Value cannot be null."); // 12591 - AddExpectedFailure("Query_expression_with_to_string_and_contains", "Value cannot be null."); // 12591 - AddExpectedFailure("Queryable_reprojection", "Value cannot be null."); // 12591 - AddExpectedFailure("Queryable_simple_anonymous_subquery", "Value cannot be null."); // 12591 - AddExpectedFailure( "Project_single_element_from_collection_with_multiple_OrderBys_Take_and_FirstOrDefault", "Object reference not set to an instance of an object."); // 12597