1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/smack-extensions/src/test
vanitasvitae 847a39b6ab
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-06-23 12:51:07 +02:00
..
java/org/jivesoftware Fix shouldPreserveAddressOrderOnInsertions test 2017-06-23 12:51:07 +02:00
resources/org/jivesoftware/smackx Improve StringUtils.escapeForXml() 2016-01-18 22:04:20 +01:00