File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/DataStreamTest Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public static void RunAllTestsForSingleServer_NP()
31
31
}
32
32
}
33
33
34
- [ ActiveIssue ( "5540" ) ]
35
34
[ ConditionalFact ( typeof ( DataTestUtility ) , nameof ( DataTestUtility . AreConnStringsSetup ) ) ]
36
35
public static void RunAllTestsForSingleServer_TCP ( )
37
36
{
@@ -2074,7 +2073,7 @@ private static void NonFatalTimeoutDuringRead(string connectionString)
2074
2073
2075
2074
// Close will now observe the stored timeout error
2076
2075
string errorMessage = SystemDataResourceManager . Instance . SQL_Timeout_Execution ;
2077
- DataTestUtility . AssertThrowsWrapper < SqlException > ( reader . Dispose , errorMessage ) ;
2076
+ DataTestUtility . AssertThrowsWrapper < SqlException > ( reader . Close , errorMessage ) ;
2078
2077
}
2079
2078
}
2080
2079
}
You can’t perform that action at this time.
0 commit comments