Skip to content

Commit f4af22d

Browse files
committed
打开部分注释的测试用例
1 parent 2eaeba2 commit f4af22d

File tree

2 files changed

+611
-608
lines changed

2 files changed

+611
-608
lines changed

test/GaussDB.Tests/ConnectionTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,9 +1461,9 @@ public async Task Connect_OptionsFromEnvironment_Succeeds()
14611461
}
14621462
}
14631463

1464-
//[Test, IssueLink("https://github.com/npgsql/npgsql/issues/3030")]
1465-
//[TestCase(true, TestName = "NoResetOnClose")]
1466-
//[TestCase(false, TestName = "NoNoResetOnClose")]
1464+
[Test, IssueLink("https://github.com/npgsql/npgsql/issues/3030")]
1465+
[TestCase(true, TestName = "NoResetOnClose")]
1466+
[TestCase(false, TestName = "NoNoResetOnClose")]
14671467
public async Task NoResetOnClose(bool noResetOnClose)
14681468
{
14691469
var originalApplicationName = new GaussDBConnectionStringBuilder(ConnectionString).ApplicationName ?? "";

0 commit comments

Comments
 (0)