1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02:00
Smack/smack-core/src
Florian Schmaus 02228702da Make XmlStringBuilder equals() CharSequence aware
The minimal condition in order to check equality in XmlStringBuilder is
that 'other' implements the CharSequence interface. Not as it was
previously, that it's also a XmlStringBuilder.

This allows junit's assertEquals() to be used (to a certain extend).
2014-08-25 13:46:05 +02:00
..
integration-test Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
main Make XmlStringBuilder equals() CharSequence aware 2014-08-25 13:46:05 +02:00
test Create org.jivesoftware.smack.rosterstore package 2014-08-16 15:37:16 +02:00