mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02: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);
|
testMethod.invoke(test, connectionsArray);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
connectionManager.recycle(connections);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue