CVS Update: xmlpull-api-v1/src/java/tests/org/xmlpull/v1/tests
Aleksander Andrzej Slominski <[email protected]> Sat, 22 Apr 2006 18:46:20 -0400 (EDT)
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
aslom 06/04/22 18:46:20
Modified: src/java/tests/org/xmlpull/v1/tests TestSerializeWithNs.java
Log:
more desc
Revision Changes Path
1.22 +5 -1 xmlpull-api-v1/src/java/tests/org/xmlpull/v1/tests/TestSerializeWithNs.java
Index: TestSerializeWithNs.java
===================================================================
RCS file: /l/extreme/cvspub/xmlpull-api-v1/src/java/tests/org/xmlpull/v1/tests/TestSerializeWithNs.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -t -w -r1.21 -r1.22
--- TestSerializeWithNs.java 22 Apr 2006 22:27:51 -0000 1.21
+++ TestSerializeWithNs.java 22 Apr 2006 22:46:20 -0000 1.22
@@ -669,8 +669,12 @@
testSetPrefix(null);
}
+ /**
+ * Testing for case described in http://www.extreme.indiana.edu/bugzilla/show_bug.cgi?id=241
+ */
public void testAttrPrefix(String prefix, boolean extraPrefix) throws Exception {
XmlSerializer ser = factory.newSerializer();
+ //System.err.println(getClass()+" ser="+ser.getClass());
StringWriter sw = new StringWriter();
ser.setOutput(sw);
final String NS = "http://example.com/test";
@@ -681,7 +685,7 @@
ser.endDocument();
String serialized = sw.toString();
- //System.out.println(getClass()+" sw="+sw);
+ //System.err.println(getClass()+" sw="+sw);
xpp.setInput(new StringReader(serialized));
checkParserStateNs(xpp, 0, XmlPullParser.START_DOCUMENT, null, 0, null, null, null, false, -1);
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/xmlpull-dev/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/