Smack/smack-core/src/test/java/org/jivesoftware/smack
Florian Schmaus f602de8771 Call shutdown() in connect() on exception
to clean up the state build up by connect().

Related to SMACK-855 there is the possiblitiy of a stray (writer)
thread if, for example, tlsHandled.checkifSuccessOrWaitorThrow() in
XMPPTCPConnection.connectInternal() throws. This commit should prevent
that.
2019-03-04 20:14:12 +01:00
..
filter Enable LeftCurly checkstyle check 2018-04-06 10:25:06 +02:00
packet Move xml-not-well-formed (RFC 3920) condition handling to StreamError 2018-11-14 14:53:04 +01:00
parsing Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
provider Rework FileUtils 2018-04-06 10:25:06 +02:00
sasl Merge branch '4.2' into master-paul-merged 2017-12-17 11:16:02 +01:00
test/util Add XmlUnitUtils.assertXmlSimilar() 2018-06-03 21:19:38 +02:00
util Add XMPPErrorException.getStanzaError() 2018-06-20 22:17:11 +02:00
ConnectionConfigurationTest.java Add ConnectionConfiguration.setHostAddressByNameOrIp(CharSequence fqdnOrIp) 2018-12-04 15:59:11 +01:00
DummyConnection.java Call shutdown() in connect() on exception 2019-03-04 20:14:12 +01:00
SmackConfigurationTest.java Bump errorprone to 2.2.0 2018-03-28 15:56:04 +02:00
SmackExceptionTest.java Bump MiniDNS to 0.3.0 2018-05-05 10:53:52 +02:00
SmackFutureTest.java Rework SmackFuture and add async API based on it 2017-08-12 17:35:45 +02:00
StanzaCollectorTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
StanzaIdTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
ThreadedDummyConnection.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00