Skip to content

Commit dcee34e

Browse files
committed
Added missing clear.
1 parent 8a43944 commit dcee34e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NETProvider/src/FirebirdSql.Data.UnitTests/FbConnectionTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public void ConnectionPoolingLifeTimeTest()
204204
{
205205
FbConnection.ClearAllPools();
206206
FbConnectionStringBuilder csb = BuildConnectionStringBuilder(this.FbServerType);
207-
208207
csb.Pooling = true;
209208
csb.ConnectionLifeTime = 5;
210209
string cs = csb.ToString();
@@ -229,8 +228,8 @@ public void ConnectionPoolingLifeTimeTest()
229228
[Test]
230229
public void ConnectionPoolingMaxPoolSizeTest()
231230
{
231+
FbConnection.ClearAllPools();
232232
FbConnectionStringBuilder csb = BuildConnectionStringBuilder(this.FbServerType);
233-
234233
csb.Pooling = true;
235234
csb.ConnectionLifeTime = 120;
236235
csb.MaxPoolSize = 10;

0 commit comments

Comments
 (0)