* Tests/base/NSXMLElement/attributes.m: Test for changed

exception.
* Tests/base/NSXMLNode/basic.m: More tests.
* Source/NSXMLNode.m: Rewrite object value handling.
* Source/NSXMLElement.m (-objectValue): Return @"" when the
value is nil.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34881 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2012-03-05 22:48:18 +00:00
parent 6461dd4aac
commit 9f1c97406d
5 changed files with 90 additions and 28 deletions

View file

@ -35,7 +35,7 @@ int main()
"may not overwrite pre-existing attributes");
PASS_EXCEPTION([root2 addAttribute: attr1],
NSInvalidArgumentException,
NSInternalInconsistencyException,
"cannot add attributes to multiple parents");