Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5
vanitasvitae 99c1c93c2a Fix shouldPreserveAddressOrderOnInsertions test
The test failed because the ArrayList - in contrast
to the underlying Set - did not check for duplicates
on insert. Under certain circumstances this lead to
an index out of bounds exception because the list in
the test contained duplicated entries which were not
present in the set of the Socks5Proxy.
I fixed the issue by only inserting the address when
it was not in the list before.
2017-07-04 21:50:08 +02:00
..
InitiationListenerTest.java Fix InitationListenerTest's timeouts 2017-06-16 22:51:14 +02:00
Socks5ByteStreamManagerTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
Socks5ByteStreamRequestTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
Socks5ClientForInitiatorTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
Socks5ClientTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
Socks5PacketUtils.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
Socks5ProxyTest.java Fix shouldPreserveAddressOrderOnInsertions test 2017-07-04 21:50:08 +02:00
Socks5TestProxy.java More checkstyle whitespace related checks 2017-05-24 14:42:38 +02:00