mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
[sinttest] Recycle low-level test connections
This commit is contained in:
parent
dd4cd8cede
commit
6c84356278
1 changed files with 2 additions and 0 deletions
|
@ -863,6 +863,8 @@ public class SmackIntegrationTestFramework {
|
|||
}
|
||||
testMethod.invoke(test, connectionsArray);
|
||||
}
|
||||
|
||||
connectionManager.recycle(connections);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue