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 8303bd6 commit 2863286Copy full SHA for 2863286
NETProvider/src/FirebirdSql.Data.UnitTests/FbConnectionTests.cs
@@ -167,13 +167,12 @@ public void ConnectionPoolingTest()
167
Console.WriteLine("Open two connections.");
168
myConnection1.Open();
169
myConnection2.Open();
170
+ Assert.AreEqual(active + 2, GetActiveConnections());
171
172
Console.WriteLine("Return both of the connections to the pool.");
173
myConnection1.Close();
174
myConnection2.Close();
-
175
Assert.AreEqual(active + 2, GetActiveConnections());
176
177
}
178
179
[Test]
0 commit comments