mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +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