Custom Query (429 matches)
Results (19 - 21 of 429)
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
#22 |
fixed
|
ISO-8859-1 decoder
|
somebody
|
vadim.godunko
|
#25 |
fixed
|
SHIFT_JIS decoder
|
somebody
|
vadim.godunko
|
#26 |
fixed
|
SAX reader is unable to read data in incremental mode
|
somebody
|
vadim.godunko
|
Description |
To reproduce Test_Input_Source must be written and for sequential call to its Read subprogram it must:
- returns below string for first call:
<?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='2626941369' from='jabber.ru' version='1.0' xml:lang='ru'>
- returns empty string for second call
- returns below string for third call:
<stream:features><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/><compression xmlns='http://jabber.org/features/compress'><method>zlib</method></compression><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>PLAIN</mechanism><mechanism>DIGEST-MD5</mechanism></mechanisms><register xmlns='http://jabber.org/features/iq-register'/></stream:features>
Test driver must creates SAX_Simple_Reader, SAX_Events_Writer and Test_Input_Source objects; sets up reader in incremental mode and calls reader two times. Test is passed when SAX_Events_Writer reports expected sequence of SAX events.
|
Note:
See
TracQuery
for help on using queries.