Re: development 1.1.1 version of XmlPull API
Stefan Haustein <[email protected]>
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
>>I am still having some trouble with kXML and the tests: >> >>- the tests seem to imply that the reader/input stream >> must not be touched until the first call to next(). >> In my opinion, setInputStream (is, encoding) should >> be allowed to determine the encoding immediately (as >> far as I remember, we already had a corressp. dicussion >> here in the list...??) >> > > i will change tests to reflect it - which one were not working? junit.framework.AssertionFailedError: read() not called before next() expected:<false> but was:<true> TestSetInput.java:144 >>- in my opinion, setPrefix should be setPrefix (String prefix, >> String namespace), instead of setPrefix (String namespace, String prefix) >> in order to reflect the xmlns:prefix="namespace" order?? >> > > you are right this is more logical - i will change it now. thanks! Best, Stefan