We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a43944 commit dcee34eCopy full SHA for dcee34e
NETProvider/src/FirebirdSql.Data.UnitTests/FbConnectionTests.cs
@@ -204,7 +204,6 @@ public void ConnectionPoolingLifeTimeTest()
204
{
205
FbConnection.ClearAllPools();
206
FbConnectionStringBuilder csb = BuildConnectionStringBuilder(this.FbServerType);
207
-
208
csb.Pooling = true;
209
csb.ConnectionLifeTime = 5;
210
string cs = csb.ToString();
@@ -229,8 +228,8 @@ public void ConnectionPoolingLifeTimeTest()
229
228
[Test]
230
public void ConnectionPoolingMaxPoolSizeTest()
231
+ FbConnection.ClearAllPools();
232
233
234
235
csb.ConnectionLifeTime = 120;
236
csb.MaxPoolSize = 10;
0 commit comments