Build: #58 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
3 minutes
Labels
None
Agent
Default Agent
Revision
122bf06ccc801356e20c3511a366071806ef0b96
Total tests
476
Successful since
#18 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 122bf06ccc801356e20c3511a366071806ef0b96 Merge pull request #160 from ibauersachs/parse-error-texts
Get descriptive text from error without lang
Ingo Bauersachs <ingo@jitsi.org> Ingo Bauersachs <ingo@jitsi.org> 699145ee5fdc4fb18140fb2e385c6d8fe60f81d1 m Get descriptive text from error without lang
A stanza with <error><text>Some text</text></error>, i.e. without a
xml:lang attribute, did not return the value 'Some text' in
getDescriptiveText().

Insert the empty string as key when the attribute is not present while
parsing the xml. When writing, omit the attribute if the key is the
empty string.