summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/tests/xml/DomTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Rescue some XML tests to a libcore.xml package.Jesse Wilson2011-03-281-1698/+0
| | | | | | Our XML tests are no longer split across packages for no good reason. Change-Id: I0fbc9e96216b6b604ef4360d343fce9fecf7d34a
* Merge "Expand predefined entities by default, even if coalescing is off."Jesse Wilson2011-01-111-0/+103
|\
| * Expand predefined entities by default, even if coalescing is off.Jesse Wilson2011-01-111-0/+103
| | | | | | | | | | Change-Id: I43f0a720e96486a83692a9f08368359f13c875fb http://b/3341115
* | Fix cloneNode to work when no namespace is set.Jesse Wilson2011-01-101-0/+54
|/ | | | | Change-Id: I0bcbc79832f06613c82f93c0f8805a43a1cf2094 http://code.google.com/p/android/issues/detail?id=2735
* Don't permit DocumentFragments in the node hierarchy.Jesse Wilson2011-01-101-24/+68
| | | | | Change-Id: Icae3e3e41b4315f975892d5aafeae62d4799036d http://code.google.com/p/android/issues/detail?id=2735
* Fix GetElementsByTagName to not include the element itself.Jesse Wilson2011-01-101-0/+38
| | | | | Change-Id: I8ee8222cc36c691917a7d48f748f5aeb153b95af http://code.google.com/p/android/issues/detail?id=2735#c11
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-0/+32
| | | | | | | | | | | | Fix KxmlParser to capture the DTD's root element name, system ID and public ID. This is more robust than capturing the same in the pull-to-DOM adapter. Fix close guard warnings in XML tests. Close input streams of resource files. Don't catch exceptions only to call fail(). http://b/3090550 Change-Id: I7cfafde58cc28af79c48386a4d124803c8791328
* Test for DOM node iteration thru siblings.Jesse Wilson2010-06-111-0/+44
| | | | | | | This passes. http://code.google.com/p/android/issues/detail?id=8944 Change-Id: Ia7f0c8f750bef71d7f2bf9e277eda82b8c1a7b38
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-1/+1
| | | | | | Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-0/+1383
Merge xml except xmlpull and kxml into luni